DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on OE_SET_UTIL

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

4237: G_DEBUG_MSG := G_DEBUG_MSG || '11-1';
4238: END IF;
4239: -- Call set function to get all the lines in a set.
4240:
4241: -- l_line_tbl := OE_Set_Util.Query_Set_Rows(p_ship_set_id);
4242:
4243: OE_Set_Util.Query_Set_Rows(p_set_id => p_ship_set_id,
4244: x_line_tbl => l_line_tbl);
4245:

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

4239: -- Call set function to get all the lines in a set.
4240:
4241: -- l_line_tbl := OE_Set_Util.Query_Set_Rows(p_ship_set_id);
4242:
4243: OE_Set_Util.Query_Set_Rows(p_set_id => p_ship_set_id,
4244: x_line_tbl => l_line_tbl);
4245:
4246: IF l_debug_level > 0 THEN
4247: oe_debug_pub.add( 'NUMBER OF LINES IN THE SET '|| TO_CHAR ( L_LINE_TBL.COUNT ) , 3 ) ;