DBA Data[Home] [Help]

APPS.OE_PORTAL_UTIL dependencies on OE_DEBUG_PUB

Line 51: oe_debug_pub.add('entering oe_portal_util.lines', 1);

47: l_return_status VARCHAR2(1);
48: l_old_line_tbl OE_ORDER_PUB.Line_Tbl_Type;
49:
50: BEGIN
51: oe_debug_pub.add('entering oe_portal_util.lines', 1);
52: if p_x_line_tbl(1).operation = OE_GLOBALS.G_OPR_CREATE THEN
53: l_old_line_tbl :=OE_Order_PUB.G_MISS_LINE_TBL;
54: elsif p_x_line_tbl(1).operation = OE_GLOBALS.G_OPR_UPDATE THEN
55: oe_oe_form_line.Get_line

Line 115: OE_DEBUG_PUB.ADD('In OE_PORTAL_UTIL.Set_header_cache, default_outbound_line_type_id =' || ONT_HEADER_DEF_UTIL.g_cached_record.Default_Outbound_Line_Type_Id);

111: where order_type_id=p_header_rec.order_type_id;
112:
113: END IF;
114:
115: OE_DEBUG_PUB.ADD('In OE_PORTAL_UTIL.Set_header_cache, default_outbound_line_type_id =' || ONT_HEADER_DEF_UTIL.g_cached_record.Default_Outbound_Line_Type_Id);
116:
117: OE_ORDER_CACHE.g_header_rec := p_header_rec;
118: OE_GLOBALS.G_HTML_FLAG := TRUE;
119: