DBA Data[Home] [Help]

APPS.PAY_TRGL_PKG dependencies on GL_JE_CATEGORIES_VL

Line 128: from gl_je_categories_vl instead of

124: performance enhancement.
125: 115.7 alogue 24-JAN-2000 Transferal of retrocosting results.
126: 115.6 alogue 10-NOV-1999 Get user_je_source_name from
127: gl_je_sources_vl and user_je_category_name
128: from gl_je_categories_vl instead of
129: using PAY_PAYROLL lookup. Bug 1066820.
130: 115.5 alogue 25-OCT-1999 Use of PAY_PAYROLL lookup to avoid
131: entering of hard-coded untranslated
132: values into user_je_source_name and

Line 345: from gl_je_categories_vl

341: hr_utility.set_location('pytrgl.trans_pay_costs',25);
342: --
343: select user_je_category_name
344: into l_category_name
345: from gl_je_categories_vl
346: where je_category_name = 'Payroll';
347: --
348: hr_utility.set_location('pytrgl.trans_pay_costs',27);
349: --

Line 1133: from gl_je_categories_vl

1129: hr_utility.set_location('pytrgl.trans_pay_costs_mt',25);
1130: --
1131: select user_je_category_name
1132: into l_category_name
1133: from gl_je_categories_vl
1134: where je_category_name = 'Payroll';
1135: --
1136: hr_utility.set_location('pytrgl.trans_pay_costs_mt',27);
1137: --