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.8.12000000.2 2007/08/17 21:35:19 hyu ship $ */
3:
4: procedure cost_inv_txn (
5: i_txn_id in number,

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

535: EXCEPTION
536: when cost_inv_txn_error then
537: o_err_num := l_err_num;
538: o_err_code := l_err_code;
539: o_err_msg := 'CSTPACIN.COST_INV_TXN:' || l_err_msg;
540: when OTHERS then
541: o_err_num := SQLCODE;
542: o_err_msg := 'CSTPACIN.COST_INV_TXN: (' || to_char(l_stmt_num) || '): '
543: || substr(SQLERRM,1,150);

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

538: o_err_code := l_err_code;
539: o_err_msg := 'CSTPACIN.COST_INV_TXN:' || l_err_msg;
540: when OTHERS then
541: o_err_num := SQLCODE;
542: o_err_msg := 'CSTPACIN.COST_INV_TXN: (' || to_char(l_stmt_num) || '): '
543: || substr(SQLERRM,1,150);
544:
545: end cost_inv_txn;
546:

Line 547: end cstpacin;

543: || substr(SQLERRM,1,150);
544:
545: end cost_inv_txn;
546:
547: end cstpacin;