DBA Data[Home] [Help]

APPS.INV_MO_CANCEL_PVT dependencies on INV_MO_CANCEL_PVT

Line 1: PACKAGE BODY INV_MO_CANCEL_PVT AS

1: PACKAGE BODY INV_MO_CANCEL_PVT AS
2: /* $Header: INVMOCNB.pls 120.8.12010000.4 2010/02/25 11:31:32 mporecha ship $ */
3:
4: g_version_printed BOOLEAN := FALSE;
5: g_pkg_name VARCHAR2(50) := 'INV_MO_CANCEL_PVT';

Line 5: g_pkg_name VARCHAR2(50) := 'INV_MO_CANCEL_PVT';

1: PACKAGE BODY INV_MO_CANCEL_PVT AS
2: /* $Header: INVMOCNB.pls 120.8.12010000.4 2010/02/25 11:31:32 mporecha ship $ */
3:
4: g_version_printed BOOLEAN := FALSE;
5: g_pkg_name VARCHAR2(50) := 'INV_MO_CANCEL_PVT';
6: g_auto_del_alloc VARCHAR2(1); --ER3969328: CI project
7: g_conv_precision CONSTANT NUMBER := 5;
8:
9:

Line 2229: --inv_mo_cancel_pvt.reduce_move_order_quantity .Given the

2225: --Procedure
2226: --reduce_rsv_allocation
2227: --Description
2228: -- This procedure is called from WMSTSKUB.pls and
2229: --inv_mo_cancel_pvt.reduce_move_order_quantity .Given the
2230: --transaction_temp_id AND quantity TO DELETE it deletes/reduces allocations
2231:
2232: PROCEDURE reduce_rsv_allocation(
2233: x_return_status OUT NOCOPY VARCHAR2

Line 2607: END inv_mo_cancel_pvt;

2603: fnd_message.set_name('INV', 'FAIL_TO_UPDATE_CARTON_GROUP'); -- need new msg
2604: fnd_msg_pub.ADD;
2605: END update_mol_carton_group;
2606:
2607: END inv_mo_cancel_pvt;