DBA Data[Home] [Help]

APPS.HR_CONTACT_RELATIONSHIPS dependencies on FND_APPLICATION

Line 831: from fnd_application a

827: l_appl_short_name varchar2(30);
828: --
829: CURSOR application is
830: select a.application_short_name
831: from fnd_application a
832: , fnd_form f
833: where a.application_id = f.application_id
834: and f.form_name = p_form_name;
835: --