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 459: fnd_user_resp_groups_api.sync_roles_all_secgrps(

455:
456: end if;
457:
458: -- Added to maintain "ANY/ALL" diamonds of roles for user/resps.
459: fnd_user_resp_groups_api.sync_roles_all_secgrps(
460: X_RESPONSIBILITY_ID,
461: X_APPLICATION_ID,
462: X_RESPONSIBILITY_KEY,
463: X_START_DATE,

Line 619: fnd_user_resp_groups_api.sync_roles_all_secgrps(

615: where responsibility_id = p_responsibility_id
616: and application_id = p_application_id;
617:
618: -- Added to maintain "ANY/ALL" diamonds of roles for user/resps.
619: fnd_user_resp_groups_api.sync_roles_all_secgrps(
620: p_responsibility_id,
621: p_application_id,
622: my_respkey,
623: my_start,