DBA Data[Home] [Help]

APPS.EGO_IMPORT_UTIL_PVT dependencies on FND_GRANTS_PKG

Line 5576: FND_GRANTS_PKG.GRANT_FUNCTION(

5572: 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='||
5573: l_inventory_item_id||','|| l_organization_id||','|| l_menu_name||','|| l_grantee_type||','|| l_grantee_key||','|| l_end_date);
5574:
5575:
5576: FND_GRANTS_PKG.GRANT_FUNCTION(
5577: p_api_version => 1.0,
5578: p_menu_name => l_menu_name,
5579: p_object_name => 'EGO_ITEM',
5580: p_instance_type => 'INSTANCE',

Line 5696: FND_GRANTS_PKG.GRANT_FUNCTION(

5692: FOR i IN c_skus_to_process(l_request_id, l_object_id) LOOP
5693: 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='||
5694: i.INVENTORY_ITEM_ID||','|| i.ORGANIZATION_ID||','|| i.MENU_NAME||','|| i.GRANTEE_TYPE||','|| i.GRANTEE_KEY||','|| i.END_DATE);
5695:
5696: FND_GRANTS_PKG.GRANT_FUNCTION(
5697: p_api_version => 1.0,
5698: p_menu_name => i.MENU_NAME,
5699: p_object_name => 'EGO_ITEM',
5700: p_instance_type => 'INSTANCE',