DBA Data[Home] [Help]

APPS.GMI_ALLOCATE_INVENTORY_PVT dependencies on GMI_AUTO_ALLOCATE_PUB

Line 34: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec

30: Notes
31: */
32:
33: PROCEDURE ALLOCATE_LINE
34: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec
35: , p_ic_item_mst IN ic_item_mst%ROWTYPE
36: , p_ic_whse_mst IN ic_whse_mst%ROWTYPE
37: , p_op_alot_prm IN op_alot_prm%ROWTYPE
38: , p_batch_id IN NUMBER DEFAULT NULL

Line 49: , p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec

45:
46: PROCEDURE BALANCE_DEFAULT_LOT
47: ( p_default_qty1 IN NUMBER
48: , p_default_qty2 IN NUMBER
49: , p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec
50: , p_ic_item_mst IN ic_item_mst%ROWTYPE
51: , p_ic_whse_mst IN ic_whse_mst%ROWTYPE
52: , x_return_status OUT NOCOPY VARCHAR2
53: , x_msg_count OUT NOCOPY NUMBER