DBA Data[Home] [Help]

APPS.HR_FORM_DATA_GROUPS_PKG dependencies on FND_FORM

Line 330: from fnd_form

326: where application_short_name = x_application_short_name;
327:
328: select form_id
329: into x_form_id
330: from fnd_form
331: where form_name = x_form_name
332: and application_id = x_application_id;
333:
334: select form_data_group_id

Line 388: from fnd_form

384: where application_short_name = x_application_short_name;
385:
386: select form_id
387: into x_form_id
388: from fnd_form
389: where form_name = x_form_name
390: and application_id = x_application_id;
391:
392: begin