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.2 2008/07/29 12:53:01 ptkumar 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.2 2008/07/29 12:53:01 ptkumar 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 2244: --inv_mo_cancel_pvt.reduce_move_order_quantity .Given the

2240: --Procedure
2241: --reduce_rsv_allocation
2242: --Description
2243: -- This procedure is called from WMSTSKUB.pls and
2244: --inv_mo_cancel_pvt.reduce_move_order_quantity .Given the
2245: --transaction_temp_id AND quantity TO DELETE it deletes/reduces allocations
2246:
2247: PROCEDURE reduce_rsv_allocation(
2248: x_return_status OUT NOCOPY VARCHAR2

Line 2622: END inv_mo_cancel_pvt;

2618: fnd_message.set_name('INV', 'FAIL_TO_UPDATE_CARTON_GROUP'); -- need new msg
2619: fnd_msg_pub.ADD;
2620: END update_mol_carton_group;
2621:
2622: END inv_mo_cancel_pvt;