DBA Data[Home] [Help]

PACKAGE: APPS.ZX_CORE_REP_EXTRACT_PKG

Source


1 PACKAGE ZX_CORE_REP_EXTRACT_PKG AS
2 /* $Header: zxricoreplugpvts.pls 120.1 2005/09/22 18:15:54 skorrapa ship $ */
3 
4 
5 --
6 -----------------------------------------
7 --Public Type Declarations
8 -----------------------------------------
9 --
10 
11 --
12 -----------------------------------------
13 --Public Variable Declarations
14 -----------------------------------------
15 --
16 
17 -----------------------------------------
18 --Private Methods Declarations
19 -----------------------------------------
20 
21 -----------------------------------------
22 --Public Methods Declarations
23 -----------------------------------------
24 
25 /*===========================================================================+
26  | PROCEDURE                                                                 |
27  |   POPULATE_CORE_AP                                                  |
28  |   Type       : Public                                                     |
29  |   Pre-req    : None                                                       |
30  |   Function   :                                                            |
31  |    This procedure filters tax lines on Detail Table.                     |
32  |    And insert tax lines into zx_rep_trx_jl_ext_t Table if necessary       |
33  |                                                                           |
34  |    Called from ZX_EXTRACT_PKG                                             |
35  |                                                                           |
36  +===========================================================================*/
37 
38 
39 PROCEDURE POPULATE_CORE_AP(
40           P_TRL_GLOBAL_VARIABLES_REC     IN      ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE
41           );
42 
43 /*===========================================================================+
44  | PROCEDURE                                                                 |
45  |   POPULATE_CORE_AR                                                  |
46  |   Type       : Public                                                     |
47  |   Pre-req    : None                                                       |
48  |   Function   :                                                            |
49  |    This procedure filters tax lines on Detail Table.                     |
50  |    And insert tax lines into zx_rep_trx_jl_ext_t Table if necessary       |
51  |    US Sales Tax Report Plugin is included in this procedure               |
52  |                                                                           |
53  |    Called from ZX_EXTRACT_PKG                                             |
54  |                                                                           |
55  +===========================================================================*/
56 
57 
58 PROCEDURE POPULATE_CORE_AR(
59           P_TRL_GLOBAL_VARIABLES_REC     IN      ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE
60           );
61 
62 END ZX_CORE_REP_EXTRACT_PKG;