DBA Data[Home] [Help]

APPS.QP_QP_FORM_PRICE_LIST_LINE dependencies on OE_DEBUG_PUB

Line 203: oe_debug_pub.add('after process price list 0');

199: , x_QUALIFIERS_tbl => l_x_QUALIFIERS_tbl
200: , x_PRICING_ATTR_tbl => l_x_PRICING_ATTR_tbl
201: );
202:
203: oe_debug_pub.add('after process price list 0');
204: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
205: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
206: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
207: RAISE FND_API.G_EXC_ERROR;

Line 210: oe_debug_pub.add('after process price list 1');

206: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
207: RAISE FND_API.G_EXC_ERROR;
208: END IF;
209:
210: oe_debug_pub.add('after process price list 1');
211: -- Unload out tbl
212:
213: l_x_PRICE_LIST_LINE_rec := l_x_PRICE_LIST_LINE_tbl(1);
214:

Line 283: oe_debug_pub.add('before get values');

279: --Continuous Price Breaks
280:
281: -- Load display out parameters if any
282:
283: oe_debug_pub.add('before get values');
284:
285: l_PRICE_LIST_LINE_val_rec := QP_Price_List_Line_Util.Get_Values
286: ( p_PRICE_LIST_LINE_rec => l_x_PRICE_LIST_LINE_rec
287: );

Line 312: oe_debug_pub.add('after get values');

308:
309: -- Write to cache.
310: -- Set db_flag to False before writing to cache
311:
312: oe_debug_pub.add('after get values');
313:
314: l_x_PRICE_LIST_LINE_rec.db_flag := FND_API.G_FALSE;
315:
316: Write_PRICE_LIST_LINE

Line 320: oe_debug_pub.add('after write price list line');

316: Write_PRICE_LIST_LINE
317: ( p_PRICE_LIST_LINE_rec => l_x_PRICE_LIST_LINE_rec
318: );
319:
320: oe_debug_pub.add('after write price list line');
321:
322: -- Set return status.
323:
324: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 333: oe_debug_pub.add('msg data is : ' || x_msg_data);

329: ( p_count => x_msg_count
330: , p_data => x_msg_data
331: );
332:
333: oe_debug_pub.add('msg data is : ' || x_msg_data);
334:
335: EXCEPTION
336:
337: WHEN FND_API.G_EXC_ERROR THEN

Line 523: oe_debug_pub.add('Ren: before get price list line - ca pll 1');

519: l_control_rec.clear_api_requests := FALSE;
520:
521: -- Read PRICE_LIST_LINE from cache
522:
523: oe_debug_pub.add('Ren: before get price list line - ca pll 1');
524:
525: l_PRICE_LIST_LINE_rec := Get_PRICE_LIST_LINE
526: ( p_db_record => FALSE
527: , p_list_line_id => p_list_line_id

Line 532: oe_debug_pub.add('prog app id in ca pll 1 is: ' || l_PRICE_LIST_LINE_rec.program_application_id);

528: );
529:
530: l_old_PRICE_LIST_LINE_rec := l_PRICE_LIST_LINE_rec;
531:
532: oe_debug_pub.add('prog app id in ca pll 1 is: ' || l_PRICE_LIST_LINE_rec.program_application_id);
533: oe_debug_pub.add('prog id in ca pll 1 is: ' || l_PRICE_LIST_LINE_rec.program_id);
534:
535: IF p_attr_id = QP_Price_List_Line_Util.G_ACCRUAL_QTY THEN
536: l_PRICE_LIST_LINE_rec.accrual_qty := TO_NUMBER(p_attr_value);

Line 533: oe_debug_pub.add('prog id in ca pll 1 is: ' || l_PRICE_LIST_LINE_rec.program_id);

529:
530: l_old_PRICE_LIST_LINE_rec := l_PRICE_LIST_LINE_rec;
531:
532: oe_debug_pub.add('prog app id in ca pll 1 is: ' || l_PRICE_LIST_LINE_rec.program_application_id);
533: oe_debug_pub.add('prog id in ca pll 1 is: ' || l_PRICE_LIST_LINE_rec.program_id);
534:
535: IF p_attr_id = QP_Price_List_Line_Util.G_ACCRUAL_QTY THEN
536: l_PRICE_LIST_LINE_rec.accrual_qty := TO_NUMBER(p_attr_value);
537: ELSIF p_attr_id = QP_Price_List_Line_Util.G_ACCRUAL_UOM THEN

Line 1216: oe_debug_pub.add('prog app id in ca pll 2 is: ' || l_x_PRICE_LIST_LINE_rec.program_application_id);

1212: Write_PRICE_LIST_LINE
1213: ( p_PRICE_LIST_LINE_rec => l_x_PRICE_LIST_LINE_rec
1214: );
1215:
1216: oe_debug_pub.add('prog app id in ca pll 2 is: ' || l_x_PRICE_LIST_LINE_rec.program_application_id);
1217: oe_debug_pub.add('prog id in ca pll 2 is: ' || l_x_PRICE_LIST_LINE_rec.program_id);
1218: -- Set return status.
1219:
1220: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1217: oe_debug_pub.add('prog id in ca pll 2 is: ' || l_x_PRICE_LIST_LINE_rec.program_id);

1213: ( p_PRICE_LIST_LINE_rec => l_x_PRICE_LIST_LINE_rec
1214: );
1215:
1216: oe_debug_pub.add('prog app id in ca pll 2 is: ' || l_x_PRICE_LIST_LINE_rec.program_application_id);
1217: oe_debug_pub.add('prog id in ca pll 2 is: ' || l_x_PRICE_LIST_LINE_rec.program_id);
1218: -- Set return status.
1219:
1220: x_return_status := FND_API.G_RET_STS_SUCCESS;
1221:

Line 1794: oe_debug_pub.add('inside lock price list - form 1');

1790: l_x_PRICING_ATTR_rec QP_Price_List_PUB.Pricing_Attr_Rec_Type;
1791: l_x_PRICING_ATTR_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
1792: BEGIN
1793:
1794: oe_debug_pub.add('inside lock price list - form 1');
1795:
1796: -- Load PRICE_LIST_LINE record
1797:
1798: l_PRICE_LIST_LINE_rec.accrual_qty := p_accrual_qty;

Line 1879: oe_debug_pub.add('before calling lock price list');

1875: l_PRICE_LIST_LINE_tbl(1) := l_PRICE_LIST_LINE_rec;
1876:
1877: -- Call QP_LIST_HEADERS_PVT.Lock_PRICE_LIST
1878:
1879: oe_debug_pub.add('before calling lock price list');
1880:
1881: QP_LIST_HEADERS_PVT.Lock_PRICE_LIST
1882: ( p_api_version_number => 1.0
1883: , p_init_msg_list => FND_API.G_TRUE

Line 1894: oe_debug_pub.add('after calling lock price list');

1890: , x_QUALIFIERS_tbl => l_x_QUALIFIERS_tbl
1891: , x_PRICING_ATTR_tbl => l_x_PRICING_ATTR_tbl
1892: );
1893:
1894: oe_debug_pub.add('after calling lock price list');
1895:
1896: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
1897:
1898: -- Set DB flag and write record to cache.

Line 1920: oe_debug_pub.add('mesg data in lock row : ' || x_msg_data);

1916: ( p_count => x_msg_count
1917: , p_data => x_msg_data
1918: );
1919:
1920: oe_debug_pub.add('mesg data in lock row : ' || x_msg_data);
1921:
1922:
1923: EXCEPTION
1924:

Line 1979: oe_debug_pub.add('gpll - query row from db ca 1');

1975: THEN
1976:
1977: -- Query row from DB
1978:
1979: oe_debug_pub.add('gpll - query row from db ca 1');
1980:
1981: g_PRICE_LIST_LINE_rec := QP_Price_List_Line_Util.Query_Row
1982: ( p_list_line_id => p_list_line_id
1983: );