DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_HZ_PKG

Line 354: csi_inv_hz_pkg.issue_to_hz_loc (p_transaction_id,

350: ELSIF p_transaction_type = 'CSIISUHZ' THEN
351: debug('Before Transaction If for: '||p_transaction_type);
352: l_trx_error_rec.transaction_type_id := 132;
353: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('ISSUE_TO_HZ_LOC','INV');
354: csi_inv_hz_pkg.issue_to_hz_loc (p_transaction_id,
355: NULL,
356: l_return_status,
357: l_trx_error_rec);
358:

Line 369: csi_inv_hz_pkg.misc_issue_hz_loc (p_transaction_id,

365: ELSIF p_transaction_type = 'CSIMSIHZ' THEN
366: debug('Before Transaction If for: '||p_transaction_type);
367: l_trx_error_rec.transaction_type_id := 133;
368: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MISC_ISSUE_HZ_LOC','INV');
369: csi_inv_hz_pkg.misc_issue_hz_loc (p_transaction_id,
370: NULL,
371: l_return_status,
372: l_trx_error_rec);
373:

Line 384: csi_inv_hz_pkg.misc_receipt_hz_loc (p_transaction_id,

380: ELSIF p_transaction_type = 'CSIMSRHZ' THEN
381: debug('Before Transaction If for: '||p_transaction_type);
382: l_trx_error_rec.transaction_type_id := 134;
383: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('MISC_RECEIPT_HZ_LOC','INV');
384: csi_inv_hz_pkg.misc_receipt_hz_loc (p_transaction_id,
385: NULL,
386: l_return_status,
387: l_trx_error_rec);
388: