DBA Data[Home] [Help]

APPS.PA_MC_INVOICE_DETAIL_PKG dependencies on PA_INVOICE_DETAIL_PKG

Line 30: ( P_inv_rec_tab IN PA_INVOICE_DETAIL_PKG.inv_rec_tab);

26: -- Parameters :
27: -- P_inv_rec_tab - Table of Invoice details Records
28:
29: PROCEDURE insert_rows
30: ( P_inv_rec_tab IN PA_INVOICE_DETAIL_PKG.inv_rec_tab);
31:
32: --
33: -- Procedure : Insert_rows
34: -- Purpose : Create Rows in PA_MC_DRAFT_INV_DETAILS in

Line 42: ( P_inv_rec_tab IN PA_INVOICE_DETAIL_PKG.inv_rec_tab,

38: -- P_inv_rec_tab - Table of Invoice details Records
39: -- P_trx_date - Table of Transaction Date
40:
41: PROCEDURE insert_rows
42: ( P_inv_rec_tab IN PA_INVOICE_DETAIL_PKG.inv_rec_tab,
43: P_trx_date IN PA_PLSQL_DATATYPES.DateTabTyp);
44:
45: -- Procedure : Delete_rows
46: -- Purpose : Delete Rows from PA_MC_DRAFT_INV_DETAILS in

Line 52: ( P_inv_rec_tab IN PA_INVOICE_DETAIL_PKG.inv_rec_tab);

48: -- Parameters :
49: -- P_inv_rec_tab - Table of Invoice details Records
50:
51: PROCEDURE Delete_rows
52: ( P_inv_rec_tab IN PA_INVOICE_DETAIL_PKG.inv_rec_tab);
53:
54: -- Procedure : Update_rows
55: -- Purpose : Update Rows from PA_MC_DRAFT_INV_DETAILS in
56: -- array .

Line 61: ( P_inv_rec_tab IN PA_INVOICE_DETAIL_PKG.inv_rec_tab,

57: -- Parameters :
58: -- P_inv_rec_tab - Table of Invoice details Records
59:
60: PROCEDURE Update_rows
61: ( P_inv_rec_tab IN PA_INVOICE_DETAIL_PKG.inv_rec_tab,
62: P_mrc_reqd_flag IN PA_PLSQL_DATATYPES.Char1TabTyp);
63:
64: END PA_MC_INVOICE_DETAIL_PKG;