DBA Data[Home] [Help]

APPS.OE_OE_FORM_PRICE_LHEADER dependencies on OE_DEBUG_PUB

Line 94: oe_debug_pub.add('entering default attr 1');

90: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
91: BEGIN
92:
93:
94: oe_debug_pub.add('entering default attr 1');
95:
96: -- Set control flags.
97:
98: l_control_rec.controlled_operation := TRUE;

Line 164: oe_debug_pub.add('after process pricing cont');

160: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
161: RAISE FND_API.G_EXC_ERROR;
162: END IF;
163:
164: oe_debug_pub.add('after process pricing cont');
165:
166:
167: -- Load OUT parameters.
168:

Line 210: oe_debug_pub.add('after oe_price_list_util.get_values');

206: x_secondary_price_list := l_Price_LHeader_val_rec.secondary_price_list;
207: x_ship_method := l_Price_LHeader_val_rec.ship_method;
208: x_terms := l_Price_LHeader_val_rec.terms;
209:
210: oe_debug_pub.add('after oe_price_list_util.get_values');
211:
212: -- Write to cache.
213: -- Set db_flag to False before writing to cache
214:

Line 221: oe_debug_pub.add('after writing to cache ');

217: Write_Price_LHeader
218: ( p_Price_LHeader_rec => l_x_Price_LHeader_rec
219: );
220:
221: oe_debug_pub.add('after writing to cache ');
222:
223:
224: -- Set return status.
225: