DBA Data[Home] [Help]

APPS.QA_SECURITY_PKG dependencies on FND_GRANTS_PKG

Line 32: fnd_grants_pkg.grant_function(

28: begin
29: --test_mesg1('p1 grantee type :'||p1_grantee_type||' p_plan_id :'||to_char(p_plan_id));
30: --test_mesg1('p1_grantee_key :'||p1_grantee_key||' p1_menu_name :'||p1_menu_name);
31:
32: fnd_grants_pkg.grant_function(
33: p_api_version => 1.0,
34: p_menu_name => p1_menu_name,
35: p_object_name => 'QA_PLANS',
36: p_instance_type => 'INSTANCE',

Line 66: fnd_grants_pkg.revoke_grant(

62: errorcode NUMBER;
63: begin
64: --test_mesg1('Inside Revoke : '||x1_grant_guid);
65:
66: fnd_grants_pkg.revoke_grant(
67: p_api_version => 1.0,
68: p_grant_guid => x1_grant_guid,
69: x_success => result,
70: x_errorcode => errorcode);