DBA Data[Home] [Help]

APPS.HR_FORM_CANVASES_PKG dependencies on FND_APPLICATION

Line 411: from fnd_application

407: );
408:
409: select application_id
410: into x_application_id
411: from fnd_application
412: where application_short_name = x_application_short_name;
413:
414: select form_id
415: into x_form_id

Line 473: from fnd_application

469: );
470:
471: select application_id
472: into x_application_id
473: from fnd_application
474: where application_short_name = x_application_short_name;
475:
476: select form_id
477: into x_form_id