DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_PROJECT_PKG

Line 131: csi_inv_project_pkg.issue_to_project (p_transaction_id,

127: IF p_transaction_type = 'CSIISUPT' THEN
128: debug('Before Transaction If for: '||p_transaction_type);
129: l_trx_error_rec.transaction_type_id := 113;
130: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MOVE_ORDER_ISSUE_TO_PROJECT','INV');
131: csi_inv_project_pkg.issue_to_project (p_transaction_id,
132: NULL,
133: l_return_status,
134: l_trx_error_rec);
135:

Line 146: csi_inv_project_pkg.misc_issue_projtask (p_transaction_id,

142: ELSIF p_transaction_type = 'CSIMSIPT' THEN
143: debug('Before Transaction If for: '||p_transaction_type);
144: l_trx_error_rec.transaction_type_id := 121;
145: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MISC_ISSUE_TO_PROJECT','INV');
146: csi_inv_project_pkg.misc_issue_projtask (p_transaction_id,
147: NULL,
148: l_return_status,
149: l_trx_error_rec);
150: debug('After Transaction If for: '||p_transaction_type);

Line 339: csi_inv_project_pkg.misc_receipt_projtask (p_transaction_id,

335: ELSIF p_transaction_type = 'CSIMSRPT' THEN
336: debug('Before Transaction If for: '||p_transaction_type);
337: l_trx_error_rec.transaction_type_id := 120;
338: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MISC_RECEIPT_FROM_PROJECT','INV');
339: csi_inv_project_pkg.misc_receipt_projtask (p_transaction_id,
340: NULL,
341: l_return_status,
342: l_trx_error_rec);
343: