DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_REPORT_PKG dependencies on PAY_JP_ITWB_REPORT_PKG

Line 1: package body pay_jp_itwb_report_pkg as

1: package body pay_jp_itwb_report_pkg as
2: /* $Header: pyjpiwbr.pkb 120.0.12020000.2 2013/01/24 14:05:38 dduvvuri ship $ */
3: --
4: c_package constant varchar2(30) := 'pay_jp_itwb_report_pkg.';
5: g_debug boolean := hr_utility.debug_enabled;

Line 4: c_package constant varchar2(30) := 'pay_jp_itwb_report_pkg.';

1: package body pay_jp_itwb_report_pkg as
2: /* $Header: pyjpiwbr.pkb 120.0.12020000.2 2013/01/24 14:05:38 dduvvuri ship $ */
3: --
4: c_package constant varchar2(30) := 'pay_jp_itwb_report_pkg.';
5: g_debug boolean := hr_utility.debug_enabled;
6: --
7: c_eol varchar2(30) := fnd_global.local_chr(10);
8: --

Line 1037: pay_jp_itwb_report_pkg.g_detail_debug := p_yn;

1033: begin
1034: --
1035: if p_yn is not null then
1036: --
1037: pay_jp_itwb_report_pkg.g_detail_debug := p_yn;
1038: --
1039: else
1040: --
1041: open csr_hidden_debug;

Line 1047: pay_jp_itwb_report_pkg.g_detail_debug := l_hidden_debug;

1043: close csr_hidden_debug;
1044: --
1045: if l_hidden_debug = 'Y' then
1046: --
1047: pay_jp_itwb_report_pkg.g_detail_debug := l_hidden_debug;
1048: --
1049: end if;
1050: --
1051: end if;

Line 1267: l_detail_debug varchar2(1) := pay_jp_itwb_report_pkg.g_detail_debug;

1263: is
1264: --
1265: l_proc varchar2(80) := c_package||'init_pact';
1266: --
1267: l_detail_debug varchar2(1) := pay_jp_itwb_report_pkg.g_detail_debug;
1268: --
1269: cursor csr_action
1270: is
1271: select /*+ ORDERED */

Line 1410: l_detail_debug varchar2(1) := pay_jp_itwb_report_pkg.g_detail_debug;

1406: is
1407: --
1408: l_proc varchar2(80) := c_package||'range_cursor';
1409: --
1410: l_detail_debug varchar2(1) := pay_jp_itwb_report_pkg.g_detail_debug;
1411: --
1412: begin
1413: --
1414: if g_debug then

Line 7554: end pay_jp_itwb_report_pkg;

7550: -- end if;
7551: ----
7552: --end sort_code;
7553: --
7554: end pay_jp_itwb_report_pkg;