DBA Data[Home] [Help]

APPS.AMW_SECURITY_UTILS_PVT dependencies on FND_GRANTS_PKG

Line 69: fnd_grants_pkg.grant_function(p_api_version => g_api_version,

65: l_child_role_name := t_ctbl(ctr).child_role_name;
66: end if;
67:
68:
69: fnd_grants_pkg.grant_function(p_api_version => g_api_version,
70: p_menu_name => l_child_role_name,
71: p_object_name => t_ctbl(ctr).child_obj_name,
72: p_instance_type => 'SET',
73: p_instance_set_id => t_ctbl(ctr).child_instance_set_id,

Line 153: fnd_grants_pkg.update_grant(p_api_version => g_api_version,

149: if guid_tbl.exists(1) then
150: for i in guid_tbl.first .. guid_tbl.last loop
151:
152:
153: fnd_grants_pkg.update_grant(p_api_version => g_api_version,
154: p_grant_guid => guid_tbl(i),
155: p_start_date => l_start_date,
156: p_end_date => p_new_end_date,
157: x_success => x_success);

Line 195: fnd_grants_pkg.revoke_grant(p_api_version => g_api_version,

191: if guid_tbl.exists(1) then
192: for i in guid_tbl.first .. guid_tbl.last loop
193:
194:
195: fnd_grants_pkg.revoke_grant(p_api_version => g_api_version,
196: p_grant_guid => guid_tbl(i),
197: x_success => x_success,
198: x_errorcode => x_errorcode);
199: