DBA Data[Home] [Help]

APPS.RRS_SECURITY_PUB dependencies on EGO_SECURITY_PUB

Line 70: RETURN EGO_SECURITY_PUB.check_party_privilege(p_api_version => 1.0,

66: ELSE
67: DBMS_OUTPUT.PUT_LINE('Never should reach here.');
68: END IF;
69:
70: RETURN EGO_SECURITY_PUB.check_party_privilege(p_api_version => 1.0,
71: p_privilege => l_priv_name,
72: p_object_name => p_object_name,
73: p_object_key => p_object_key,
74: p_party_id => FND_GLOBAL.party_id);

Line 179: --l_ego_check_result:= EGO_SECURITY_PUB.check_user_privilege(p_api_version => 1.0,

175:
176: --Bug Fix 10141984/10119971: Here we change check_user_privilege function to check_party_privilege function
177: --Because in check_user_privilege function, to convert user_id to party_id, EGO has to use CustomerID, which is not necessarily populated.
178:
179: --l_ego_check_result:= EGO_SECURITY_PUB.check_user_privilege(p_api_version => 1.0,
180: l_ego_check_result:= EGO_SECURITY_PUB.check_party_privilege(p_api_version => 1.0,
181: p_privilege => l_ag_priv_name,
182: p_object_name => p_object_name,
183: p_object_key => p_object_key,

Line 180: l_ego_check_result:= EGO_SECURITY_PUB.check_party_privilege(p_api_version => 1.0,

176: --Bug Fix 10141984/10119971: Here we change check_user_privilege function to check_party_privilege function
177: --Because in check_user_privilege function, to convert user_id to party_id, EGO has to use CustomerID, which is not necessarily populated.
178:
179: --l_ego_check_result:= EGO_SECURITY_PUB.check_user_privilege(p_api_version => 1.0,
180: l_ego_check_result:= EGO_SECURITY_PUB.check_party_privilege(p_api_version => 1.0,
181: p_privilege => l_ag_priv_name,
182: p_object_name => p_object_name,
183: p_object_key => p_object_key,
184: p_party_id => FND_GLOBAL.party_id);