DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_HZ_PKG

Line 377: csi_inv_hz_pkg.issue_to_hz_loc (p_transaction_id,

373: ELSIF p_transaction_type = 'CSIISUHZ' THEN
374: debug('Before Transaction If for: '||p_transaction_type);
375: l_trx_error_rec.transaction_type_id := 132;
376: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('ISSUE_TO_HZ_LOC','INV');
377: csi_inv_hz_pkg.issue_to_hz_loc (p_transaction_id,
378: NULL,
379: l_return_status,
380: l_trx_error_rec);
381:

Line 392: csi_inv_hz_pkg.misc_issue_hz_loc (p_transaction_id,

388: ELSIF p_transaction_type = 'CSIMSIHZ' THEN
389: debug('Before Transaction If for: '||p_transaction_type);
390: l_trx_error_rec.transaction_type_id := 133;
391: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MISC_ISSUE_HZ_LOC','INV');
392: csi_inv_hz_pkg.misc_issue_hz_loc (p_transaction_id,
393: NULL,
394: l_return_status,
395: l_trx_error_rec);
396:

Line 407: csi_inv_hz_pkg.misc_receipt_hz_loc (p_transaction_id,

403: ELSIF p_transaction_type = 'CSIMSRHZ' THEN
404: debug('Before Transaction If for: '||p_transaction_type);
405: l_trx_error_rec.transaction_type_id := 134;
406: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MISC_RECEIPT_HZ_LOC','INV');
407: csi_inv_hz_pkg.misc_receipt_hz_loc (p_transaction_id,
408: NULL,
409: l_return_status,
410: l_trx_error_rec);
411: