DBA Data[Home] [Help]

APPS.EGO_SECURITY_PUB dependencies on FND_GRANTS_PKG

Line 166: fnd_grants_pkg.grant_function(

162: cp_end_date => p_end_date);
163:
164: FETCH check_fnd_grant_exist INTO l_dummy;
165: IF( check_fnd_grant_exist%NOTFOUND) THEN
166: fnd_grants_pkg.grant_function(
167: p_api_version => 1.0,
168: p_menu_name => p_role_name ,
169: p_object_name => p_object_name,
170: p_instance_type => l_instance_type,

Line 382: fnd_grants_pkg.grant_function(

378: cp_end_date => p_end_date);
379:
380: FETCH check_fnd_grant_exist INTO l_dummy;
381: IF( check_fnd_grant_exist%NOTFOUND) THEN
382: fnd_grants_pkg.grant_function(
383: p_api_version => 1.0,
384: p_menu_name => p_role_name ,
385: p_object_name => p_object_name,
386: p_instance_type => l_instance_type,

Line 545: fnd_grants_pkg.revoke_grant(

541: OPEN get_grant_guid(cp_grant_id=>p_grant_guid);
542: FETCH get_grant_guid INTO l_grant_guid;
543: CLOSE get_grant_guid;
544:
545: fnd_grants_pkg.revoke_grant(
546: p_api_version => p_api_version,
547: p_grant_guid => l_grant_guid ,
548: x_success => x_return_status,
549: x_errorcode => x_errorcode

Line 1382: fnd_grants_pkg.update_grant (

1378: cp_end_date=>p_end_date);
1379: FETCH get_grant_guid INTO l_grant_guid;
1380:
1381: IF( get_grant_guid%NOTFOUND) THEN
1382: fnd_grants_pkg.update_grant (
1383: p_api_version => p_api_version,
1384: p_grant_guid => HEXTORAW(p_grant_guid),
1385: p_start_date => p_start_date,
1386: p_end_date => p_end_date,