DBA Data[Home] [Help]

APPS.JAI_AR_SUP_TRX_PKG dependencies on JAI_AR_SUP_INV_T

Line 25: JAI_AR_SUP_INV_T and JAI_AR_TRX_SUP_INV_T.

21: Added column Interface_Line_Attribute2 column in Cursor GET_SUPP_INV_LINES
22:
23: 07/12/2005 Hjujjuru for the bug 4866533 File version 120.3
24: added the who columns in the insert commands for the tables
25: JAI_AR_SUP_INV_T and JAI_AR_TRX_SUP_INV_T.
26: Dependencies Due to this bug:-
27: None
28:
29: 27-Dec-2005 Bug 4906958. Added by Lakshmi Gopalsami Version 120.6

Line 166: SELECT * FROM JAI_AR_SUP_INV_T;

162:
163: -- CURSOR FOR SELECTING INVOICE FILTERED BY EFFECTIVE DATE AND TYPE --
164:
165: CURSOR SELECT_FILTER_INV IS
166: SELECT * FROM JAI_AR_SUP_INV_T;
167:
168: /*
169: CURSOR COUNT_COMBINTIONS IS
170: SELECT SET_OF_BOOKS_ID,

Line 218: INSERT INTO JAI_AR_SUP_INV_T

214:
215:
216: IF V_CURRENCY_MATCH = 'Y' THEN
217:
218: INSERT INTO JAI_AR_SUP_INV_T
219: (CUSTOMER_TRX_ID,
220: INTERFACE_HEADER_CONTEXT,
221: INTERFACE_HEADER_ATTRIBUTE1,
222: INTERFACE_HEADER_ATTRIBUTE6,

Line 1812: DELETE JAI_AR_SUP_INV_T;

1808: v_statement_id := '97';
1809: DELETE JAI_AR_TRX_SUP_INV_T;
1810:
1811: v_statement_id := '98';
1812: DELETE JAI_AR_SUP_INV_T;
1813:
1814: v_statement_id := '99';
1815: DELETE JAI_AR_TRX_TAX_CALC_T;
1816: