DBA Data[Home] [Help]

APPS.ENG_VALIDATE_ECO dependencies on FND_GRANTS_PKG

Line 132: fnd_grants_pkg.grant_function(

128: cp_end_date => p_end_date);
129:
130: FETCH check_fnd_grant_exist INTO l_dummy;
131: IF( check_fnd_grant_exist%NOTFOUND) THEN
132: fnd_grants_pkg.grant_function(
133: p_api_version => 1.0,
134: p_menu_name => p_role_name ,
135: p_object_name => p_object_name,
136: p_instance_type => l_instance_type,