DBA Data[Home] [Help]

APPS.HR_FORM_TEMPLATES_PKG dependencies on FND_APPLICATION

Line 710: from fnd_application

706: );
707:
708: select application_id
709: into x_application_id
710: from fnd_application
711: where application_short_name = x_application_short_name;
712:
713: select form_id
714: into x_form_id

Line 805: from fnd_application

801: );
802:
803: select application_id
804: into x_application_id
805: from fnd_application
806: where application_short_name = x_application_short_name;
807:
808: select form_id
809: into x_form_id