DBA Data[Home] [Help]

APPS.CSTPACIN dependencies on CSTPACIN

Line 1: package body cstpacin as

1: package body cstpacin as
2: /* $Header: CSTACINB.pls 120.10 2011/12/07 09:55:53 penpan ship $ */
3:
4: procedure cost_inv_txn (
5: i_txn_id in number,

Line 550: o_err_msg := 'CSTPACIN.COST_INV_TXN:' || l_err_msg;

546: EXCEPTION
547: when cost_inv_txn_error then
548: o_err_num := l_err_num;
549: o_err_code := l_err_code;
550: o_err_msg := 'CSTPACIN.COST_INV_TXN:' || l_err_msg;
551: when OTHERS then
552: o_err_num := SQLCODE;
553: o_err_msg := 'CSTPACIN.COST_INV_TXN: (' || to_char(l_stmt_num) || '): '
554: || substr(SQLERRM,1,150);

Line 553: o_err_msg := 'CSTPACIN.COST_INV_TXN: (' || to_char(l_stmt_num) || '): '

549: o_err_code := l_err_code;
550: o_err_msg := 'CSTPACIN.COST_INV_TXN:' || l_err_msg;
551: when OTHERS then
552: o_err_num := SQLCODE;
553: o_err_msg := 'CSTPACIN.COST_INV_TXN: (' || to_char(l_stmt_num) || '): '
554: || substr(SQLERRM,1,150);
555:
556: end cost_inv_txn;
557:

Line 558: end cstpacin;

554: || substr(SQLERRM,1,150);
555:
556: end cost_inv_txn;
557:
558: end cstpacin;