DBA Data[Home] [Help]

APPS.EGO_LIFECYCLE_USER_PUB dependencies on EGO_ITEM_PVT

Line 688: IF NOT EGO_ITEM_PVT.has_role_on_item

684: END IF;
685:
686: -- 4052565 perform security check
687: FOR l_item_projs IN c_item_project(cp_project_id => p_project_id) LOOP
688: IF NOT EGO_ITEM_PVT.has_role_on_item
689: (p_function_name => 'EGO_CREATE_ITEM_LC_TRACK_PROJ'
690: ,p_inventory_item_id => l_item_projs.inventory_item_id
691: ,p_item_number => NULL
692: ,p_organization_id => l_item_projs.organization_id

Line 1337: IF NOT EGO_ITEM_PVT.has_role_on_item

1333: IF (FND_API.To_Boolean(p_check_privileges)) THEN
1334:
1335: -- 4052565 perform security check
1336: code_debug (l_api_name ||' performing security checks ');
1337: IF NOT EGO_ITEM_PVT.has_role_on_item
1338: (p_function_name => 'EGO_CREATE_ITEM_LC_TRACK_PROJ'
1339: ,p_inventory_item_id => p_inventory_item_id
1340: ,p_item_number => NULL
1341: ,p_organization_id => p_organization_id