DBA Data[Home] [Help]

APPS.HR_FORM_CANVASES_PKG dependencies on FND_APPLICATION

Line 334: from fnd_application

330: );
331:
332: select application_id
333: into x_application_id
334: from fnd_application
335: where application_short_name = x_application_short_name;
336:
337: select form_id
338: into x_form_id

Line 396: from fnd_application

392: );
393:
394: select application_id
395: into x_application_id
396: from fnd_application
397: where application_short_name = x_application_short_name;
398:
399: select form_id
400: into x_form_id