DBA Data[Home] [Help]

APPS.AMW_LOAD_PROC_DATA dependencies on AMW_SECURITY_PUB

Line 1912: amw_security_pub.grant_role_guid(

1908: fetch c_get_party_id into l_party_id;
1909: close c_get_party_id;
1910: **/
1911:
1912: amw_security_pub.grant_role_guid(
1913: p_api_version => 1
1914: ,p_role_name => p_role_name
1915: ,p_object_name => p_object_name
1916: ,p_instance_type => 'INSTANCE'

Line 2014: amw_security_pub.REVOKE_GRANT(

2010: from amw_owner_roles_v
2011: where role_name=p_role_name
2012: and pk1_value=to_char(p_pk1_value);
2013:
2014: amw_security_pub.REVOKE_GRANT(
2015: p_api_version => 1
2016: ,p_grant_guid => l_grant_guid
2017: ,x_return_status => lx_return_status
2018: ,x_errorcode => lx_error_code