DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on OE_SET_UTIL

Line 4256: -- l_line_tbl := OE_Set_Util.Query_Set_Rows(p_ship_set_id);

4252: G_DEBUG_MSG := G_DEBUG_MSG || '11-1';
4253: END IF;
4254: -- Call set function to get all the lines in a set.
4255:
4256: -- l_line_tbl := OE_Set_Util.Query_Set_Rows(p_ship_set_id);
4257:
4258: OE_Set_Util.Query_Set_Rows(p_set_id => p_ship_set_id,
4259: x_line_tbl => l_line_tbl);
4260:

Line 4258: OE_Set_Util.Query_Set_Rows(p_set_id => p_ship_set_id,

4254: -- Call set function to get all the lines in a set.
4255:
4256: -- l_line_tbl := OE_Set_Util.Query_Set_Rows(p_ship_set_id);
4257:
4258: OE_Set_Util.Query_Set_Rows(p_set_id => p_ship_set_id,
4259: x_line_tbl => l_line_tbl);
4260:
4261: IF l_debug_level > 0 THEN
4262: oe_debug_pub.add( 'NUMBER OF LINES IN THE SET '|| TO_CHAR ( L_LINE_TBL.COUNT ) , 3 ) ;