DBA Data[Home] [Help]

APPS.GMI_ALLOCATE_INVENTORY_PVT dependencies on GMI_ALLOCATE_INVENTORY_PVT

Line 1: PACKAGE BODY GMI_ALLOCATE_INVENTORY_PVT AS

1: PACKAGE BODY GMI_ALLOCATE_INVENTORY_PVT AS
2: /* $Header: GMIVALIB.pls 120.1 2005/08/30 08:23:33 nchekuri noship $ */
3:
4: /* Global variables */
5: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_ALLOCATE_INVENTORY_PVT';

Line 5: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_ALLOCATE_INVENTORY_PVT';

1: PACKAGE BODY GMI_ALLOCATE_INVENTORY_PVT AS
2: /* $Header: GMIVALIB.pls 120.1 2005/08/30 08:23:33 nchekuri noship $ */
3:
4: /* Global variables */
5: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_ALLOCATE_INVENTORY_PVT';
6:
7:
8: /* +=========================================================================+
9: | PROCEDURE NAME |

Line 949: GMI_ALLOCATE_INVENTORY_PVT.Balance_Default_Lot

945: l_allocation_rec.prefqc_grade := p_allocation_rec.prefqc_grade;
946: ELSE
947: l_allocation_rec.prefqc_grade := l_prm_prefqc_grade;
948: END IF;
949: GMI_ALLOCATE_INVENTORY_PVT.Balance_Default_Lot
950: (p_default_qty1 => l_unallocated_qty1 * -1,
951: p_default_qty2 => l_unallocated_qty2 * -1,
952: p_allocation_rec => p_allocation_rec,
953: p_ic_item_mst => p_ic_item_mst,

Line 1404: END GMI_ALLOCATE_INVENTORY_PVT;

1400: RAISE;
1401:
1402: END Unstaged_Allocations_Exist;
1403:
1404: END GMI_ALLOCATE_INVENTORY_PVT;