DBA Data[Home] [Help]

APPS.EGO_IMPORT_UTIL_PVT dependencies on FND_GRANTS_PKG

Line 4826: FND_GRANTS_PKG.GRANT_FUNCTION(

4822: Debug_Conc_Log('Default_Item_People: Creating grant for l_inventory_item_id, l_organization_id, l_menu_name, l_grantee_type, l_grantee_key, l_end_date='||
4823: l_inventory_item_id||','|| l_organization_id||','|| l_menu_name||','|| l_grantee_type||','|| l_grantee_key||','|| l_end_date);
4824:
4825:
4826: FND_GRANTS_PKG.GRANT_FUNCTION(
4827: p_api_version => 1.0,
4828: p_menu_name => l_menu_name,
4829: p_object_name => 'EGO_ITEM',
4830: p_instance_type => 'INSTANCE',

Line 4946: FND_GRANTS_PKG.GRANT_FUNCTION(

4942: FOR i IN c_skus_to_process(l_request_id, l_object_id) LOOP
4943: Debug_Conc_Log('Copy_Item_People_From_Style: Creating grant for l_inventory_item_id, l_organization_id, l_menu_name, l_grantee_type, l_grantee_key, l_end_date='||
4944: i.INVENTORY_ITEM_ID||','|| i.ORGANIZATION_ID||','|| i.MENU_NAME||','|| i.GRANTEE_TYPE||','|| i.GRANTEE_KEY||','|| i.END_DATE);
4945:
4946: FND_GRANTS_PKG.GRANT_FUNCTION(
4947: p_api_version => 1.0,
4948: p_menu_name => i.MENU_NAME,
4949: p_object_name => 'EGO_ITEM',
4950: p_instance_type => 'INSTANCE',