DBA Data[Home] [Help]

APPS.FND_RESPONSIBILITY_PKG dependencies on FND_USER_RESP_GROUPS_API

Line 111: fnd_user_resp_groups_api.sync_roles_all_secgrps(

107: and T.LANGUAGE = L.LANGUAGE_CODE);
108:
109:
110: -- Added to maintain "ANY/ALL" diamonds of roles for user/resps.
111: fnd_user_resp_groups_api.sync_roles_all_secgrps(
112: X_RESPONSIBILITY_ID,
113: X_APPLICATION_ID,
114: X_RESPONSIBILITY_KEY,
115: X_START_DATE,

Line 480: fnd_user_resp_groups_api.sync_roles_all_secgrps(

476: -- updated to ensure that the responsibility_name is correctly
477: -- updated in the WF tables when a responsibility is uploaded with
478: -- FNDLOAD.
479: --
480: fnd_user_resp_groups_api.sync_roles_all_secgrps(
481: X_RESPONSIBILITY_ID,
482: X_APPLICATION_ID,
483: X_RESPONSIBILITY_KEY,
484: X_START_DATE,

Line 624: fnd_user_resp_groups_api.sync_roles_all_secgrps(

620: where responsibility_id = p_responsibility_id
621: and application_id = p_application_id;
622:
623: -- Added to maintain "ANY/ALL" diamonds of roles for user/resps.
624: fnd_user_resp_groups_api.sync_roles_all_secgrps(
625: p_responsibility_id,
626: p_application_id,
627: my_respkey,
628: my_start,