DBA Data[Home] [Help]

APPS.HR_CONTACT_RELATIONSHIPS dependencies on FND_FORM

Line 830: , fnd_form f

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: --
834: begin