DBA Data[Home] [Help]

APPS.EGO_ITEM_PEOPLE_IMPORT_PKG dependencies on FND_GRANTS_PKG

Line 1019: FND_GRANTS_PKG.Update_Grant

1015: );
1016: END IF;
1017: ELSE
1018: -- update the grants
1019: FND_GRANTS_PKG.Update_Grant
1020: (p_api_version => 1.0
1021: ,p_grant_guid => l_grant_guid
1022: ,p_start_date => p_start_date
1023: ,p_end_date => p_end_date

Line 1184: FND_GRANTS_PKG.Grant_Function

1180: ELSE
1181: --
1182: -- insert record into fnd_grants
1183: --
1184: FND_GRANTS_PKG.Grant_Function
1185: (p_api_version => 1.0
1186: ,p_menu_name => p_internal_role_name
1187: ,p_object_name => G_FND_OBJECT_NAME
1188: ,p_instance_type => 'INSTANCE'

Line 1385: FND_GRANTS_PKG.Revoke_Grant

1381: ,cp_end_date => cr.end_date);
1382: FETCH c_get_delete_grantid INTO l_grant_guid;
1383:
1384: IF c_get_delete_grantid%FOUND THEN
1385: FND_GRANTS_PKG.Revoke_Grant
1386: (p_api_version => 1.0
1387: ,p_grant_guid => l_grant_guid
1388: ,x_success => l_success
1389: ,x_errorcode => l_return_status