DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_PKG dependencies on FND_FORM

Line 9: g_form_id fnd_form.form_id%TYPE;

5: -- Global variables, added for performance improvements bug 2781560
6: --
7: g_application_id fnd_application.application_id%TYPE;
8: g_application_short_name fnd_application.application_short_name%type;
9: g_form_id fnd_form.form_id%TYPE;
10: g_form_name fnd_form.form_name%type;
11: g_form_template_id hr_form_templates_b.form_template_id%type;
12: g_template_name hr_form_templates_b.template_name%type;
13: g_legislation_code hr_form_templates_b.legislation_code%type;

Line 10: g_form_name fnd_form.form_name%type;

6: --
7: g_application_id fnd_application.application_id%TYPE;
8: g_application_short_name fnd_application.application_short_name%type;
9: g_form_id fnd_form.form_id%TYPE;
10: g_form_name fnd_form.form_name%type;
11: g_form_template_id hr_form_templates_b.form_template_id%type;
12: g_template_name hr_form_templates_b.template_name%type;
13: g_legislation_code hr_form_templates_b.legislation_code%type;
14:

Line 1406: from fnd_form

1402:
1403: if ltrim(rtrim(x_form_name)) is not null then
1404: select form_id
1405: into x_form_id
1406: from fnd_form
1407: where form_name = x_form_name
1408: and application_id = x_application_id;
1409: end if;
1410:

Line 2251: from fnd_form

2247: ELSE
2248: --identifier is different from last call or this is the first call
2249: select form_id
2250: into g_form_id --x_form_id
2251: from fnd_form
2252: where form_name = x_form_name
2253: and application_id = g_application_id; --x_application_id;
2254: --
2255: --g_form_id := x_form_id;

Line 2539: from fnd_form

2535: ELSE
2536: --identifier is different from last call or this is the first call
2537: select form_id
2538: into g_form_id --x_form_id
2539: from fnd_form
2540: where form_name = x_form_name
2541: and application_id = g_application_id; --x_application_id;
2542: --
2543: --g_form_id := x_form_id;