DBA Data[Home] [Help]

APPS.HR_CONTACT_RELATIONSHIPS dependencies on FND_APPLICATION

Line 829: from fnd_application a

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