DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER_ADJ dependencies on OE_DEBUG_PUB

Line 43: oe_debug_pub.add('Enter OE_Default_Header_Adj.Attributes');

39: l_operation VARCHAR2(30);
40: l_Modifiers_Rec OE_Order_Cache.Modifiers_Rec_Type;
41:
42: BEGIN
43: oe_debug_pub.add('Enter OE_Default_Header_Adj.Attributes');
44:
45: IF p_x_header_Adj_rec.operation = OE_GLOBALS.G_OPR_CREATE AND
46: p_x_header_Adj_rec.list_line_type_code = 'FREIGHT_CHARGE'
47: THEN

Line 204: oe_debug_pub.add('call convert_miss_to_null');

200: -- Code added for bug 2155582
201:
202: p_x_header_adj_rec := g_header_adj_rec;
203:
204: oe_debug_pub.add('call convert_miss_to_null');
205: OE_HEADER_ADJ_UTIL.Convert_Miss_To_Null( p_x_header_adj_rec );
206:
207: -- end bug 2155582
208:

Line 216: oe_debug_pub.add('discount ref = '||p_x_header_Adj_rec.price_adjustment_id);

212: p_x_header_Adj_rec.modifier_mechanism_type_code := NULL;
213: END IF;
214:
215: IF p_x_header_Adj_rec.orig_sys_discount_ref = FND_API.G_MISS_CHAR THEN
216: oe_debug_pub.add('discount ref = '||p_x_header_Adj_rec.price_adjustment_id);
217: p_x_header_Adj_rec.orig_sys_discount_ref := 'OE_PRICE_ADJUSTMENTS'||p_x_header_Adj_rec.price_adjustment_id;
218: END IF;
219:
220: IF p_x_header_Adj_rec.invoiced_flag = FND_API.G_MISS_CHAR THEN

Line 230: oe_debug_pub.add('Exit OE_Default_Header_Adj.Attributes');

226: END IF;
227:
228: /* 1581620 end */
229:
230: oe_debug_pub.add('Exit OE_Default_Header_Adj.Attributes');
231:
232: END Attributes;
233:
234: END OE_Default_Header_Adj;