DBA Data[Home] [Help]

APPS.GMI_ALLOCATE_INVENTORY_PVT dependencies on IC_WHSE_MST

Line 36: , p_ic_whse_mst IN ic_whse_mst%ROWTYPE

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
39: , x_allocated_qty1 OUT NOCOPY NUMBER
40: , x_allocated_qty2 OUT NOCOPY NUMBER

Line 51: , p_ic_whse_mst IN ic_whse_mst%ROWTYPE

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
54: , x_msg_data OUT NOCOPY VARCHAR2
55: );

Line 62: , p_whse_loct_ctl IN ic_whse_mst.loct_ctl%TYPE

58: ( p_doc_id IN ic_tran_pnd.doc_id%TYPE
59: , p_line_id IN ic_tran_pnd.line_id%TYPE
60: , p_lot_ctl IN ic_item_mst.lot_ctl%TYPE
61: , p_item_loct_ctl IN ic_item_mst.loct_ctl%TYPE
62: , p_whse_loct_ctl IN ic_whse_mst.loct_ctl%TYPE
63: )
64: RETURN BOOLEAN;
65:
66: FUNCTION UNSTAGED_ALLOCATIONS_EXIST