DBA Data[Home] [Help]

APPS.ODP dependencies on FND_PROFILE

Line 72: fnd_profile.get_specific(

68: into v_function_name
69: from FND_FORM_FUNCTIONS
70: where FUNCTION_ID = n_function_id;
71:
72: fnd_profile.get_specific(
73: name_z => v_access_profile_nm,
74: user_id_z => n_web_user,
75: responsibility_id_z => n_responsibility_id,
76: application_id_z => n_application_id,