DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_PROJECT_PKG

Line 154: csi_inv_project_pkg.issue_to_project (p_transaction_id,

150: IF p_transaction_type = 'CSIISUPT' THEN
151: debug('Before Transaction If for: '||p_transaction_type);
152: l_trx_error_rec.transaction_type_id := 113;
153: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MOVE_ORDER_ISSUE_TO_PROJECT','INV');
154: csi_inv_project_pkg.issue_to_project (p_transaction_id,
155: NULL,
156: l_return_status,
157: l_trx_error_rec);
158:

Line 169: csi_inv_project_pkg.misc_issue_projtask (p_transaction_id,

165: ELSIF p_transaction_type = 'CSIMSIPT' THEN
166: debug('Before Transaction If for: '||p_transaction_type);
167: l_trx_error_rec.transaction_type_id := 121;
168: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MISC_ISSUE_TO_PROJECT','INV');
169: csi_inv_project_pkg.misc_issue_projtask (p_transaction_id,
170: NULL,
171: l_return_status,
172: l_trx_error_rec);
173: debug('After Transaction If for: '||p_transaction_type);

Line 362: csi_inv_project_pkg.misc_receipt_projtask (p_transaction_id,

358: ELSIF p_transaction_type = 'CSIMSRPT' THEN
359: debug('Before Transaction If for: '||p_transaction_type);
360: l_trx_error_rec.transaction_type_id := 120;
361: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MISC_RECEIPT_FROM_PROJECT','INV');
362: csi_inv_project_pkg.misc_receipt_projtask (p_transaction_id,
363: NULL,
364: l_return_status,
365: l_trx_error_rec);
366: