DBA Data[Home] [Help]

APPS.HR_FORM_WINDOWS_PKG dependencies on FND_FORM

Line 374: from fnd_form

370: where application_short_name = x_application_short_name;
371:
372: select form_id
373: into x_form_id
374: from fnd_form
375: where form_name = x_form_name
376: and application_id = x_application_id;
377:
378: select form_window_id

Line 432: from fnd_form

428: where application_short_name = x_application_short_name;
429:
430: select form_id
431: into x_form_id
432: from fnd_form
433: where form_name = x_form_name
434: and application_id = x_application_id;
435:
436: begin