DBA Data[Home] [Help]

APPS.ZX_JA_EXTRACT_PKG dependencies on ZX_EXTRACT_PKG

Line 23: | Called from ZX_EXTRACT_PKG |

19: | Function : |
20: | This procedure is called to filter the records of transaction tables |
21: | by deleting all unnecessary rows in ZX_RE_TRX_DETAIL_T table |
22: | |
23: | Called from ZX_EXTRACT_PKG |
24: | |
25: | Parameters : |
26: | |
27: | MODIFICATION HISTORY |

Line 37: P_TRL_GLOBAL_VARIABLES_REC IN ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE

33:
34:
35: PROCEDURE FILTER_JA_AR_TAX_LINES
36: (
37: P_TRL_GLOBAL_VARIABLES_REC IN ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE
38: );
39:
40: /* Following parameters are removed since we now access global variables directly
41: (

Line 62: | Called from ZX_EXTRACT_PKG |

58: | Function : |
59: | This procedure is called to filter the records of transaction tables |
60: | by deleting all unnecessary rows in ZX_RE_TRX_DETAIL_T table |
61: | |
62: | Called from ZX_EXTRACT_PKG |
63: | |
64: | Parameters : |
65: | |
66: | MODIFICATION HISTORY |

Line 75: P_TRL_GLOBAL_VARIABLES_REC IN ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE

71:
72:
73: PROCEDURE FILTER_JA_AP_TAX_LINES
74: (
75: P_TRL_GLOBAL_VARIABLES_REC IN ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE
76: );
77:
78: /* Following parameters are removed since we now access global variables directly
79: (

Line 102: | Called from ZX_EXTRACT_PKG |

98: | Function : |
99: | This procedure calls the API to select the missing JA reports's |
100: | specific data |
101: | |
102: | Called from ZX_EXTRACT_PKG |
103: | |
104: | Parameters : |
105: | |
106: | MODIFICATION HISTORY |

Line 113: P_TRL_GLOBAL_VARIABLES_REC IN ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE

109: | |
110: +===========================================================================*/
111: PROCEDURE POPULATE_JA_AR
112: (
113: P_TRL_GLOBAL_VARIABLES_REC IN ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE
114: );
115:
116: /* Following parameter is removed since we now access global variables directly
117: (P_REPORT_NAME in varchar2);

Line 122: P_TRL_GLOBAL_VARIABLES_REC IN ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE

118: */
119:
120: PROCEDURE POPULATE_JA_AP
121: (
122: P_TRL_GLOBAL_VARIABLES_REC IN ZX_EXTRACT_PKG.TRL_GLOBAL_VARIABLES_REC_TYPE
123: );
124:
125: /* Following parameter is removed since we now access global variables directly
126: (P_REPORT_NAME in varchar2);