DBA Data[Home] [Help]

APPS.EGO_CHANGE_PEOPLE_IMPORT_PKG dependencies on FND_GRANTS_PKG

Line 558: FND_GRANTS_PKG.Update_Grant

554: );
555: END IF;
556: ELSE
557: -- update the grants
558: FND_GRANTS_PKG.Update_Grant
559: (p_api_version => 1.0
560: ,p_grant_guid => l_grant_guid
561: ,p_start_date => p_start_date
562: ,p_end_date => p_end_date

Line 713: FND_GRANTS_PKG.Grant_Function

709: ELSE
710: --
711: -- insert record into fnd_grants
712: --
713: FND_GRANTS_PKG.Grant_Function
714: (p_api_version => 1.0
715: ,p_menu_name => p_internal_role_name
716: ,p_object_name => G_FND_OBJECT_NAME
717: ,p_instance_type => 'INSTANCE'

Line 893: FND_GRANTS_PKG.Revoke_Grant

889: ,cp_end_date => cr.end_date);
890: FETCH c_get_delete_grantid INTO l_grant_guid;
891:
892: IF c_get_delete_grantid%FOUND THEN
893: FND_GRANTS_PKG.Revoke_Grant
894: (p_api_version => 1.0
895: ,p_grant_guid => l_grant_guid
896: ,x_success => l_success
897: ,x_errorcode => l_return_status