DBA Data[Home] [Help]

APPS.HR_FORM_TEMPLATES_PKG dependencies on FND_APPLICATION

Line 656: from fnd_application

652: );
653:
654: select application_id
655: into x_application_id
656: from fnd_application
657: where application_short_name = x_application_short_name;
658:
659: select form_id
660: into x_form_id

Line 751: from fnd_application

747: );
748:
749: select application_id
750: into x_application_id
751: from fnd_application
752: where application_short_name = x_application_short_name;
753:
754: select form_id
755: into x_form_id