DBA Data[Home] [Help]

APPS.PAY_TRGL_PKG dependencies on GL_JE_SOURCES_VL

Line 134: gl_je_sources_vl and user_je_category_name

130: 115.8 alogue 01-FEB-2000 Transferal of retrocosting results
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

Line 345: from gl_je_sources_vl

341: -- Bug 1066820 avoid passing in hard coded strings.
342: --
343: select user_je_source_name
344: into l_source_name
345: from gl_je_sources_vl
346: where je_source_name = 'Payroll';
347: --
348: hr_utility.set_location('pytrgl.trans_pay_costs',25);
349: --

Line 1145: from gl_je_sources_vl

1141: -- Bug 1066820 avoid passing in hard coded strings.
1142: --
1143: select user_je_source_name
1144: into l_source_name
1145: from gl_je_sources_vl
1146: where je_source_name = 'Payroll';
1147: --
1148: hr_utility.set_location('pytrgl.trans_pay_costs_mt',25);
1149: --