DBA Data[Home] [Help]

APPS.PAY_TRGL_PKG dependencies on GL_JE_SOURCES_VL

Line 127: gl_je_sources_vl and user_je_category_name

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

Line 338: from gl_je_sources_vl

334: -- Bug 1066820 avoid passing in hard coded strings.
335: --
336: select user_je_source_name
337: into l_source_name
338: from gl_je_sources_vl
339: where je_source_name = 'Payroll';
340: --
341: hr_utility.set_location('pytrgl.trans_pay_costs',25);
342: --

Line 1126: from gl_je_sources_vl

1122: -- Bug 1066820 avoid passing in hard coded strings.
1123: --
1124: select user_je_source_name
1125: into l_source_name
1126: from gl_je_sources_vl
1127: where je_source_name = 'Payroll';
1128: --
1129: hr_utility.set_location('pytrgl.trans_pay_costs_mt',25);
1130: --