DBA Data[Home] [Help]

APPS.CSTPACWP dependencies on CSTPACWP

Line 1: PACKAGE BODY CSTPACWP AS

1: PACKAGE BODY CSTPACWP AS
2: /* $Header: CSTPACPB.pls 120.1 2005/10/03 17:36:08 visrivas noship $ */
3:
4: PROCEDURE cost_wip_trx(
5: l_trx_id IN NUMBER,

Line 650: err_msg := 'CSTPACWP:' || to_char(stmt_num) || substr(SQLERRM,1,150);

646:
647: WHEN OTHERS THEN
648: ROLLBACK;
649: err_num := SQLCODE;
650: err_msg := 'CSTPACWP:' || to_char(stmt_num) || substr(SQLERRM,1,150);
651:
652: END cost_wip_trx;
653:
654: END CSTPACWP;

Line 654: END CSTPACWP;

650: err_msg := 'CSTPACWP:' || to_char(stmt_num) || substr(SQLERRM,1,150);
651:
652: END cost_wip_trx;
653:
654: END CSTPACWP;