Example Usage
DECLARE
l_idcs_token VARCHAR2(4000);
BEGIN
l_idcs_token := get_idcs_token_for_planning_app();
-- Use the obtained IDCS token for authentication and authorization purposes
END;DECLARE
l_idcs_token VARCHAR2(4000);
BEGIN
l_idcs_token := get_idcs_token_for_planning_app();
-- Use the obtained IDCS token for authentication and authorization purposes
END;