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 201: SELECT * FROM JAI_AR_SUP_INV_T;

197:
198: -- CURSOR FOR SELECTING INVOICE FILTERED BY EFFECTIVE DATE AND TYPE --
199:
200: CURSOR SELECT_FILTER_INV IS
201: SELECT * FROM JAI_AR_SUP_INV_T;
202:
203: /*
204: CURSOR COUNT_COMBINTIONS IS
205: SELECT SET_OF_BOOKS_ID,

Line 260: INSERT INTO JAI_AR_SUP_INV_T

256:
257:
258: IF V_CURRENCY_MATCH = 'Y' THEN
259:
260: INSERT INTO JAI_AR_SUP_INV_T
261: (CUSTOMER_TRX_ID,
262: INTERFACE_HEADER_CONTEXT,
263: INTERFACE_HEADER_ATTRIBUTE1,
264: INTERFACE_HEADER_ATTRIBUTE6,

Line 1940: DELETE JAI_AR_SUP_INV_T;

1936: v_statement_id := '97';
1937: DELETE JAI_AR_TRX_SUP_INV_T;
1938:
1939: v_statement_id := '98';
1940: DELETE JAI_AR_SUP_INV_T;
1941:
1942: v_statement_id := '99';
1943: DELETE JAI_AR_TRX_TAX_CALC_T;
1944: