DBA Data[Home] [Help]

APPS.GMIVLDX dependencies on IC_LOTS_MST

Line 73: , x_ic_lots_mst_row OUT NOCOPY ic_lots_mst%ROWTYPE

69: , x_msg_data OUT NOCOPY VARCHAR2
70: , p_hdr_rec IN GMIVDX.hdr_type
71: , p_line_rec IN GMIVDX.line_type
72: , p_lot_rec IN GMIVDX.lot_type
73: , x_ic_lots_mst_row OUT NOCOPY ic_lots_mst%ROWTYPE
74: ) IS
75:
76: l_api_name CONSTANT VARCHAR2(30) := 'create_lot_in_opm' ;
77: l_api_version CONSTANT NUMBER := 1.0 ;

Line 120: , x_ic_lots_mst_row => x_ic_lots_mst_row

116: , x_return_status => x_return_status
117: , x_msg_count => x_msg_count
118: , x_msg_data => x_msg_data
119: , p_lot_rec => l_lot_rec
120: , x_ic_lots_mst_row => x_ic_lots_mst_row
121: , x_ic_lots_cpg_row => l_ic_lots_cpg_row
122: );
123:
124: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN