DBA Data[Home] [Help]

APPS.EGO_ITEM_PEOPLE_IMPORT_PKG dependencies on FND_GRANTS_PKG

Line 777: FND_GRANTS_PKG.Update_Grant

773: );
774: END IF;
775: ELSE
776: -- update the grants
777: FND_GRANTS_PKG.Update_Grant
778: (p_api_version => 1.0
779: ,p_grant_guid => l_grant_guid
780: ,p_start_date => p_start_date
781: ,p_end_date => p_end_date

Line 942: FND_GRANTS_PKG.Grant_Function

938: ELSE
939: --
940: -- insert record into fnd_grants
941: --
942: FND_GRANTS_PKG.Grant_Function
943: (p_api_version => 1.0
944: ,p_menu_name => p_internal_role_name
945: ,p_object_name => G_FND_OBJECT_NAME
946: ,p_instance_type => 'INSTANCE'

Line 1142: FND_GRANTS_PKG.Revoke_Grant

1138: ,cp_end_date => cr.end_date);
1139: FETCH c_get_delete_grantid INTO l_grant_guid;
1140:
1141: IF c_get_delete_grantid%FOUND THEN
1142: FND_GRANTS_PKG.Revoke_Grant
1143: (p_api_version => 1.0
1144: ,p_grant_guid => l_grant_guid
1145: ,x_success => l_success
1146: ,x_errorcode => l_return_status