DBA Data[Home] [Help]

APPS.EGO_SECURITY_PUB dependencies on FND_GRANTS_PKG

Line 191: fnd_grants_pkg.grant_function(

187: cp_end_date => p_end_date);
188:
189: FETCH check_fnd_grant_exist INTO l_dummy;
190: IF( check_fnd_grant_exist%NOTFOUND) THEN
191: fnd_grants_pkg.grant_function(
192: p_api_version => 1.0,
193: p_menu_name => p_role_name ,
194: p_object_name => p_object_name,
195: p_instance_type => l_instance_type,

Line 437: fnd_grants_pkg.grant_function(

433: cp_end_date => p_end_date);
434:
435: FETCH check_fnd_grant_exist INTO l_dummy;
436: IF( check_fnd_grant_exist%NOTFOUND) THEN
437: fnd_grants_pkg.grant_function(
438: p_api_version => 1.0,
439: p_menu_name => p_role_name ,
440: p_object_name => p_object_name,
441: p_instance_type => l_instance_type,

Line 600: fnd_grants_pkg.revoke_grant(

596: OPEN get_grant_guid(cp_grant_id=>p_grant_guid);
597: FETCH get_grant_guid INTO l_grant_guid;
598: CLOSE get_grant_guid;
599:
600: fnd_grants_pkg.revoke_grant(
601: p_api_version => p_api_version,
602: p_grant_guid => l_grant_guid ,
603: x_success => x_return_status,
604: x_errorcode => x_errorcode

Line 1437: fnd_grants_pkg.update_grant (

1433: cp_end_date=>p_end_date);
1434: FETCH get_grant_guid INTO l_grant_guid;
1435:
1436: IF( get_grant_guid%NOTFOUND) THEN
1437: fnd_grants_pkg.update_grant (
1438: p_api_version => p_api_version,
1439: p_grant_guid => HEXTORAW(p_grant_guid),
1440: p_start_date => p_start_date,
1441: p_end_date => p_end_date,