DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on GMF_LOT_COSTING_PUB

Line 1: PACKAGE BODY GMF_LOT_COSTING_PUB AS

1: PACKAGE BODY GMF_LOT_COSTING_PUB AS
2: /* $Header: GMFPLCRB.pls 120.36.12010000.2 2008/10/21 20:54:46 rpatangy ship $ */
3:
4: --****************************************************************************************************
5: --* *

Line 9: --* Package GMF_LOT_COSTING_PUB *

5: --* *
6: --* Oracle Process Manufacturing *
7: --* ============================ *
8: --* *
9: --* Package GMF_LOT_COSTING_PUB *
10: --* --------------------------- *
11: --* This package contains a publically callable procedure ROLLUP_LOT_COSTS together with several *
12: --* utility procedures that are called by it. For individual procedures' descriptions, see the *
13: --* description in front of each one. *

Line 9369: END GMF_LOT_COSTING_PUB;

9365: fnd_file.put_line(fnd_file.log,'ERROR: '||substr(sqlerrm,1,100) || ' in ' || procedure_name);
9366: l_tmp := fnd_concurrent.set_completion_status('ERROR',sqlerrm || ' in ' || procedure_name);
9367: ROLLBACK;
9368: END rollup_lot_costs;
9369: END GMF_LOT_COSTING_PUB;