DBA Data[Home] [Help]

APPS.PAY_JP_IWHT_REPORT_PKG dependencies on PAY_JP_IWHT_REPORT_PKG

Line 1: PACKAGE BODY PAY_JP_IWHT_REPORT_PKG AS

1: PACKAGE BODY PAY_JP_IWHT_REPORT_PKG AS
2: -- $Header: pyjpiwrt.pkb 120.1 2010/05/21 13:41:34 pmatamsr noship $
3: -- **************************************************************************************************
4: -- * Copyright (c) Oracle Corporation Japan,2009 Product Development. *
5: -- * All rights reserved *

Line 9: -- * PAY_JP_IWHT_REPORT_PKG.pks *

5: -- * All rights reserved *
6: -- **************************************************************************************************
7: -- * *
8: -- * PROGRAM NAME *
9: -- * PAY_JP_IWHT_REPORT_PKG.pks *
10: -- * *
11: -- * DESCRIPTION *
12: -- * This script creates the package specification of PAY_JP_IWHT_REPORT_PKG. *
13: -- * *

Line 12: -- * This script creates the package specification of PAY_JP_IWHT_REPORT_PKG. *

8: -- * PROGRAM NAME *
9: -- * PAY_JP_IWHT_REPORT_PKG.pks *
10: -- * *
11: -- * DESCRIPTION *
12: -- * This script creates the package specification of PAY_JP_IWHT_REPORT_PKG. *
13: -- * *
14: -- * USAGE *
15: -- * To install sqlplus / @PAYJPIWHTREPORTPKG.pkb *
16: -- * To Execute sqlplus / EXEC PAY_JP_IWHT_REPORT_PKG *

Line 16: -- * To Execute sqlplus / EXEC PAY_JP_IWHT_REPORT_PKG *

12: -- * This script creates the package specification of PAY_JP_IWHT_REPORT_PKG. *
13: -- * *
14: -- * USAGE *
15: -- * To install sqlplus / @PAYJPIWHTREPORTPKG.pkb *
16: -- * To Execute sqlplus / EXEC PAY_JP_IWHT_REPORT_PKG *
17: -- * *
18: -- * PROGRAM LIST *
19: -- * ========== *
20: -- * NAME DESCRIPTION *

Line 52: gc_pkg_name VARCHAR2(30):= 'PAY_JP_IWHT_REPORT_PKG.';

48: g_write_xml CLOB;
49: g_xfdf_string CLOB;
50: gc_eol VARCHAR2(5) := fnd_global.local_chr(10);
51: gc_proc_name VARCHAR2(240);
52: gc_pkg_name VARCHAR2(30):= 'PAY_JP_IWHT_REPORT_PKG.';
53: gb_debug BOOLEAN;
54: gn_dummy NUMBER := -99 ;
55: gn_all_exclusions_flag NUMBER;
56: gn_vctr NUMBER;

Line 1556: END PAY_JP_IWHT_REPORT_PKG;

1552: RAISE;
1553: --
1554: END sort_action;
1555:
1556: END PAY_JP_IWHT_REPORT_PKG;