DBA Data[Home] [Help]

APPS.FND_GRANTS_PKG dependencies on WF_DIRECTORY

Line 68: wf_directory.GetRoleOrigSysInfo(

64:
65: begin
66:
67: /* Figure out how to populate the orig_... columns from the grantee_key*/
68: wf_directory.GetRoleOrigSysInfo(
69: Role => x_grantee_key,
70: Orig_System => l_orig_system,
71: Orig_System_Id => l_orig_system_id);
72:

Line 464: wf_directory.GetRoleOrigSysInfo(

460:
461: begin
462:
463: /* Figure out how to populate the orig_... columns from the grantee_key*/
464: wf_directory.GetRoleOrigSysInfo(
465: Role => x_grantee_key,
466: Orig_System => l_orig_system,
467: Orig_System_Id => l_orig_system_id);
468:

Line 1726: wf_directory.GetRoleOrigSysInfo(

1722: into l_grantee_type, l_grantee_key, l_object_id
1723: from fnd_grants
1724: where grant_guid = hextoraw(p_grant_guid);
1725:
1726: wf_directory.GetRoleOrigSysInfo(
1727: Role => l_grantee_key,
1728: Orig_System => l_orig_system,
1729: Orig_System_Id => l_orig_system_id);
1730: