DBA Data[Home] [Help]

APPS.FII_CCC_SEC_UPL_PKG dependencies on FND_GRANTS_PKG

Line 330: fnd_grants_pkg.revoke_grant

326: dbg('upload: delete any existing grant for the grant to / role pair');
327:
328: FOR get_grant_guid_rec IN get_grant_guid_csr LOOP
329:
330: fnd_grants_pkg.revoke_grant
331: (
332: p_api_version => 1.0,
333: p_grant_guid => get_grant_guid_rec.grant_guid,
334: x_success => x_success,

Line 361: fnd_grants_pkg.grant_function

357: || ' end_date=' || c1_rec.end_date
358: || ' dimension_code=' || c1_rec.dimension_code
359: || ' dimension_id=' || c1_rec.dimension_id);
360:
361: fnd_grants_pkg.grant_function
362: (
363: p_api_version => 1.0,
364: p_menu_name => c1_rec.menu_name,
365: p_object_name => 'HRI_PER',