DBA Data[Home] [Help]

APPS.OE_PRICING_CONT_PUB dependencies on OE_DEBUG_PUB

Line 128: oe_debug_pub.add('G_CHECK_DUP_PRICELIST_LINES '||QP_GLOBALS.G_CHECK_DUP_PRICELIST_LINES);

124:
125: BEGIN
126: --5018856, 5024919, 5024801
127: QP_GLOBALS.G_CHECK_DUP_PRICELIST_LINES := p_check_duplicate_lines;
128: oe_debug_pub.add('G_CHECK_DUP_PRICELIST_LINES '||QP_GLOBALS.G_CHECK_DUP_PRICELIST_LINES);
129: -- Standard call to check for call compatibility
130:
131: IF NOT FND_API.Compatible_API_Call
132: ( l_api_version_number

Line 192: oe_debug_pub.add('operation='||NVL(l_Price_LHeader_rec.operation,'MYNAME'));

188: /* First we will process the price list associated with the agreement
189: and as we get the price list id, we can associate that with the agreement record later */
190:
191: -- Call the Process_Price_List PRIVATE API
192: oe_debug_pub.add('operation='||NVL(l_Price_LHeader_rec.operation,'MYNAME'));
193:
194: if l_Price_LHeader_rec.operation <> FND_API.G_MISS_CHAR then
195:
196: -- Call the process_price_list only when a price list record has been passed

Line 198: oe_debug_pub.add('Calling the process_price_list API');

194: if l_Price_LHeader_rec.operation <> FND_API.G_MISS_CHAR then
195:
196: -- Call the process_price_list only when a price list record has been passed
197:
198: oe_debug_pub.add('Calling the process_price_list API');
199:
200: l_p_Price_LHeader_rec := l_Price_LHeader_rec;--[prarasto]
201: l_p_Price_LLine_tbl := l_Price_LLine_tbl; --[prarasto]
202: l_p_QUALIFIERS_tbl := l_QUALIFIERS_tbl; --[prarasto]

Line 224: oe_debug_pub.add('After process price list..');

220: , x_QUALIFIERS_tbl => x_QUALIFIERS_tbl-- 4949185, 5530054
221: , x_PRICING_ATTR_tbl => x_Pricing_Attr_tbl-- 4949185, 5530054
222: );
223:
224: oe_debug_pub.add('After process price list..');
225: oe_debug_pub.add('Price List Id ='||to_char(l_Price_LHeader_rec.list_header_id));
226:
227: -- Load Id OUT parameters.
228: -- 4949185, 5530054 x_Price_LHeader_rec := l_Price_LHeader_rec;

Line 225: oe_debug_pub.add('Price List Id ='||to_char(l_Price_LHeader_rec.list_header_id));

221: , x_PRICING_ATTR_tbl => x_Pricing_Attr_tbl-- 4949185, 5530054
222: );
223:
224: oe_debug_pub.add('After process price list..');
225: oe_debug_pub.add('Price List Id ='||to_char(l_Price_LHeader_rec.list_header_id));
226:
227: -- Load Id OUT parameters.
228: -- 4949185, 5530054 x_Price_LHeader_rec := l_Price_LHeader_rec;
229: -- 4949185, 5530054 x_Price_LLine_tbl := l_Price_LLine_tbl;

Line 263: oe_debug_pub.add('Price List Id ='||to_char(l_Agreement_rec.price_list_id));

259: -- end calling the process_price_list when a price lisr record is passed
260:
261:
262:
263: oe_debug_pub.add('Price List Id ='||to_char(l_Agreement_rec.price_list_id));
264:
265: -- Call OE_Pricing_Cont_PVT.Process_Pricing_Cont
266: -- We are still using the old structure for calling this procedure
267: -- since the procedure is already used by many other programs

Line 316: oe_debug_pub.add('After Process_pricing_Cont.');

312: -- oe_msg_pub.add('After Process_pricing_Cont.');
313: -- oe_msg_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));
314: -- bug 3650357
315:
316: oe_debug_pub.add('After Process_pricing_Cont.');
317: oe_debug_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));
318:
319: -- not needed
320: /*

Line 317: oe_debug_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));

313: -- oe_msg_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));
314: -- bug 3650357
315:
316: oe_debug_pub.add('After Process_pricing_Cont.');
317: oe_debug_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));
318:
319: -- not needed
320: /*
321: x_Contract_rec := l_Contract_rec;