DBA Data[Home] [Help]

APPS.PAY_TRGL_PKG dependencies on GL_JE_CATEGORIES_VL

Line 135: from gl_je_categories_vl instead of

131: performance enhancement.
132: 115.7 alogue 24-JAN-2000 Transferal of retrocosting results.
133: 115.6 alogue 10-NOV-1999 Get user_je_source_name from
134: gl_je_sources_vl and user_je_category_name
135: from gl_je_categories_vl instead of
136: using PAY_PAYROLL lookup. Bug 1066820.
137: 115.5 alogue 25-OCT-1999 Use of PAY_PAYROLL lookup to avoid
138: entering of hard-coded untranslated
139: values into user_je_source_name and

Line 352: from gl_je_categories_vl

348: hr_utility.set_location('pytrgl.trans_pay_costs',25);
349: --
350: select user_je_category_name
351: into l_category_name
352: from gl_je_categories_vl
353: where je_category_name = 'Payroll';
354: --
355: hr_utility.set_location('pytrgl.trans_pay_costs',27);
356: --

Line 1152: from gl_je_categories_vl

1148: hr_utility.set_location('pytrgl.trans_pay_costs_mt',25);
1149: --
1150: select user_je_category_name
1151: into l_category_name
1152: from gl_je_categories_vl
1153: where je_category_name = 'Payroll';
1154: --
1155: hr_utility.set_location('pytrgl.trans_pay_costs_mt',27);
1156: --