DBA Data[Home] [Help]

APPS.QP_PLL_PRICING_ATTR_UTIL dependencies on OE_DEBUG_PUB

Line 658: oe_debug_pub.add('New UOM : '||p_PRICING_ATTR_rec.product_uom_code);

654:
655: G_PRODUCT_UOM_CODE := p_old_PRICING_ATTR_rec.product_uom_code; --Bug#2853373
656: IF NOT QP_GLOBALS.Equal(p_PRICING_ATTR_rec.product_uom_code,p_old_PRICING_ATTR_rec.product_uom_code)
657: THEN
658: oe_debug_pub.add('New UOM : '||p_PRICING_ATTR_rec.product_uom_code);
659: oe_debug_pub.add('Old UOM : '||p_old_PRICING_ATTR_rec.product_uom_code);
660: G_PRODUCT_UOM_CODE := p_PRICING_ATTR_rec.product_uom_code;
661: -- added for bug 2912834
662: IF p_PRICING_ATTR_rec.operation = QP_GLOBALS.G_OPR_UPDATE

Line 659: oe_debug_pub.add('Old UOM : '||p_old_PRICING_ATTR_rec.product_uom_code);

655: G_PRODUCT_UOM_CODE := p_old_PRICING_ATTR_rec.product_uom_code; --Bug#2853373
656: IF NOT QP_GLOBALS.Equal(p_PRICING_ATTR_rec.product_uom_code,p_old_PRICING_ATTR_rec.product_uom_code)
657: THEN
658: oe_debug_pub.add('New UOM : '||p_PRICING_ATTR_rec.product_uom_code);
659: oe_debug_pub.add('Old UOM : '||p_old_PRICING_ATTR_rec.product_uom_code);
660: G_PRODUCT_UOM_CODE := p_PRICING_ATTR_rec.product_uom_code;
661: -- added for bug 2912834
662: IF p_PRICING_ATTR_rec.operation = QP_GLOBALS.G_OPR_UPDATE
663: THEN

Line 1160: oe_debug_pub.add('BEGIN Update_Row in QPXUPRAB');

1156: INTO l_active_flag
1157: FROM QP_LIST_HEADERS_ALL_B
1158: WHERE LIST_HEADER_ID = p_PRICING_ATTR_rec.list_header_id;
1159:
1160: oe_debug_pub.add('BEGIN Update_Row in QPXUPRAB');
1161:
1162: BEGIN
1163: IF p_PRICING_ATTR_rec.pricing_attribute_datatype = 'N' THEN
1164: l_pric_attr_value_from_number :=

Line 1303: oe_debug_pub.add('BEGIN Update_Row in QPXUPRAB');

1299: l_pric_attr_value_from VARCHAR2(240);
1300:
1301: BEGIN
1302:
1303: oe_debug_pub.add('BEGIN Update_Row in QPXUPRAB');
1304: SELECT ACTIVE_FLAG
1305: INTO l_active_flag
1306: FROM QP_LIST_HEADERS_ALL_B
1307: WHERE LIST_HEADER_ID = p_PRICING_ATTR_rec.list_header_id;

Line 1934: oe_debug_pub.ADD('-------------------Data compare in Price list line Attributes(database vs record)------------------');

1930: x_return_status := FND_API.G_RET_STS_ERROR;
1931: x_PRICING_ATTR_rec.return_status := FND_API.G_RET_STS_ERROR;
1932:
1933: --8594682 - Add debug messages for OE_LOCK error
1934: oe_debug_pub.ADD('-------------------Data compare in Price list line Attributes(database vs record)------------------');
1935: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1936: oe_debug_pub.ADD('accumulate_flag :'||l_PRICING_ATTR_rec.accumulate_flag||':'||p_PRICING_ATTR_rec.accumulate_flag||':');
1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');
1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');

Line 1935: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');

1931: x_PRICING_ATTR_rec.return_status := FND_API.G_RET_STS_ERROR;
1932:
1933: --8594682 - Add debug messages for OE_LOCK error
1934: oe_debug_pub.ADD('-------------------Data compare in Price list line Attributes(database vs record)------------------');
1935: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1936: oe_debug_pub.ADD('accumulate_flag :'||l_PRICING_ATTR_rec.accumulate_flag||':'||p_PRICING_ATTR_rec.accumulate_flag||':');
1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');
1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');
1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');

Line 1936: oe_debug_pub.ADD('accumulate_flag :'||l_PRICING_ATTR_rec.accumulate_flag||':'||p_PRICING_ATTR_rec.accumulate_flag||':');

1932:
1933: --8594682 - Add debug messages for OE_LOCK error
1934: oe_debug_pub.ADD('-------------------Data compare in Price list line Attributes(database vs record)------------------');
1935: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1936: oe_debug_pub.ADD('accumulate_flag :'||l_PRICING_ATTR_rec.accumulate_flag||':'||p_PRICING_ATTR_rec.accumulate_flag||':');
1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');
1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');
1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');
1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');

Line 1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');

1933: --8594682 - Add debug messages for OE_LOCK error
1934: oe_debug_pub.ADD('-------------------Data compare in Price list line Attributes(database vs record)------------------');
1935: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1936: oe_debug_pub.ADD('accumulate_flag :'||l_PRICING_ATTR_rec.accumulate_flag||':'||p_PRICING_ATTR_rec.accumulate_flag||':');
1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');
1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');
1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');
1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');
1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');

Line 1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');

1934: oe_debug_pub.ADD('-------------------Data compare in Price list line Attributes(database vs record)------------------');
1935: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1936: oe_debug_pub.ADD('accumulate_flag :'||l_PRICING_ATTR_rec.accumulate_flag||':'||p_PRICING_ATTR_rec.accumulate_flag||':');
1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');
1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');
1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');
1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');
1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');
1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');

Line 1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');

1935: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1936: oe_debug_pub.ADD('accumulate_flag :'||l_PRICING_ATTR_rec.accumulate_flag||':'||p_PRICING_ATTR_rec.accumulate_flag||':');
1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');
1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');
1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');
1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');
1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');
1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');
1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');

Line 1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');

1936: oe_debug_pub.ADD('accumulate_flag :'||l_PRICING_ATTR_rec.accumulate_flag||':'||p_PRICING_ATTR_rec.accumulate_flag||':');
1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');
1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');
1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');
1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');
1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');
1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');
1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');
1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');

Line 1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');

1937: oe_debug_pub.ADD('attribute1 :'||l_PRICING_ATTR_rec.attribute1||':'||p_PRICING_ATTR_rec.attribute1||':');
1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');
1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');
1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');
1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');
1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');
1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');
1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');
1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');

Line 1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');

1938: oe_debug_pub.ADD('attribute10 :'||l_PRICING_ATTR_rec.attribute10||':'||p_PRICING_ATTR_rec.attribute10||':');
1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');
1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');
1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');
1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');
1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');
1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');
1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');
1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');

Line 1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');

1939: oe_debug_pub.ADD('attribute11 :'||l_PRICING_ATTR_rec.attribute11||':'||p_PRICING_ATTR_rec.attribute11||':');
1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');
1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');
1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');
1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');
1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');
1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');
1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');
1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');

Line 1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');

1940: oe_debug_pub.ADD('attribute12 :'||l_PRICING_ATTR_rec.attribute12||':'||p_PRICING_ATTR_rec.attribute12||':');
1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');
1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');
1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');
1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');
1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');
1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');
1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');
1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');

Line 1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');

1941: oe_debug_pub.ADD('attribute13 :'||l_PRICING_ATTR_rec.attribute13||':'||p_PRICING_ATTR_rec.attribute13||':');
1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');
1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');
1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');
1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');
1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');
1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');
1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');
1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');

Line 1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');

1942: oe_debug_pub.ADD('attribute14 :'||l_PRICING_ATTR_rec.attribute14||':'||p_PRICING_ATTR_rec.attribute14||':');
1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');
1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');
1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');
1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');
1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');
1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');
1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');
1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');

Line 1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');

1943: oe_debug_pub.ADD('attribute15 :'||l_PRICING_ATTR_rec.attribute15||':'||p_PRICING_ATTR_rec.attribute15||':');
1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');
1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');
1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');
1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');
1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');
1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');
1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');
1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');

Line 1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');

1944: oe_debug_pub.ADD('attribute2 :'||l_PRICING_ATTR_rec.attribute2||':'||p_PRICING_ATTR_rec.attribute2||':');
1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');
1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');
1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');
1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');
1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');
1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');
1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');
1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');

Line 1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');

1945: oe_debug_pub.ADD('attribute3 :'||l_PRICING_ATTR_rec.attribute3||':'||p_PRICING_ATTR_rec.attribute3||':');
1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');
1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');
1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');
1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');
1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');
1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');
1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');
1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');

Line 1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');

1946: oe_debug_pub.ADD('attribute4 :'||l_PRICING_ATTR_rec.attribute4||':'||p_PRICING_ATTR_rec.attribute4||':');
1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');
1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');
1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');
1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');
1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');
1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');
1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');
1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');

Line 1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');

1947: oe_debug_pub.ADD('attribute5 :'||l_PRICING_ATTR_rec.attribute5||':'||p_PRICING_ATTR_rec.attribute5||':');
1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');
1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');
1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');
1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');
1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');
1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');
1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');
1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');

Line 1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');

1948: oe_debug_pub.ADD('attribute6 :'||l_PRICING_ATTR_rec.attribute6||':'||p_PRICING_ATTR_rec.attribute6||':');
1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');
1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');
1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');
1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');
1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');
1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');
1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');
1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');

Line 1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');

1949: oe_debug_pub.ADD('attribute7 :'||l_PRICING_ATTR_rec.attribute7||':'||p_PRICING_ATTR_rec.attribute7||':');
1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');
1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');
1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');
1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');
1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');
1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');
1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');
1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');

Line 1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');

1950: oe_debug_pub.ADD('attribute8 :'||l_PRICING_ATTR_rec.attribute8||':'||p_PRICING_ATTR_rec.attribute8||':');
1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');
1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');
1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');
1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');
1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');
1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');
1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');
1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');

Line 1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');

1951: oe_debug_pub.ADD('attribute9 :'||l_PRICING_ATTR_rec.attribute9||':'||p_PRICING_ATTR_rec.attribute9||':');
1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');
1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');
1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');
1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');
1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');
1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');
1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');
1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');

Line 1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');

1952: oe_debug_pub.ADD('attribute_grouping_no :'||l_PRICING_ATTR_rec.attribute_grouping_no||':'||p_PRICING_ATTR_rec.attribute_grouping_no||':');
1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');
1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');
1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');
1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');
1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');
1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');
1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');
1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');

Line 1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');

1953: oe_debug_pub.ADD('context :'||l_PRICING_ATTR_rec.context||':'||p_PRICING_ATTR_rec.context||':');
1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');
1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');
1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');
1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');
1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');
1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');
1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');
1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');

Line 1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');

1954: oe_debug_pub.ADD('created_by :'||l_PRICING_ATTR_rec.created_by||':'||p_PRICING_ATTR_rec.created_by||':');
1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');
1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');
1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');
1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');
1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');
1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');
1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');
1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');

Line 1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');

1955: oe_debug_pub.ADD('creation_date :'||l_PRICING_ATTR_rec.creation_date||':'||p_PRICING_ATTR_rec.creation_date||':');
1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');
1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');
1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');
1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');
1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');
1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');
1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');
1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');

Line 1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');

1956: oe_debug_pub.ADD('excluder_flag :'||l_PRICING_ATTR_rec.excluder_flag||':'||p_PRICING_ATTR_rec.excluder_flag||':');
1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');
1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');
1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');
1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');
1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');
1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');
1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');
1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');

Line 1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');

1957: oe_debug_pub.ADD('last_updated_by :'||l_PRICING_ATTR_rec.last_updated_by||':'||p_PRICING_ATTR_rec.last_updated_by||':');
1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');
1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');
1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');
1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');
1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');
1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');
1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');
1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');

Line 1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');

1958: oe_debug_pub.ADD('last_update_date :'||l_PRICING_ATTR_rec.last_update_date||':'||p_PRICING_ATTR_rec.last_update_date||':');
1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');
1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');
1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');
1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');
1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');
1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');
1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');

Line 1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');

1959: oe_debug_pub.ADD('last_update_login :'||l_PRICING_ATTR_rec.last_update_login||':'||p_PRICING_ATTR_rec.last_update_login||':');
1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');
1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');
1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');
1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');
1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');
1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');
1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');

Line 1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');

1960: oe_debug_pub.ADD('list_line_id :'||l_PRICING_ATTR_rec.list_line_id||':'||p_PRICING_ATTR_rec.list_line_id||':');
1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');
1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');
1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');
1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');
1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');
1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');
1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');

Line 1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');

1961: oe_debug_pub.ADD('list_header_id :'||l_PRICING_ATTR_rec.list_header_id||':'||p_PRICING_ATTR_rec.list_header_id||':');
1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');
1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');
1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');
1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');
1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');
1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');
1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');

Line 1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');

1962: oe_debug_pub.ADD('pricing_phase_id :'||l_PRICING_ATTR_rec.pricing_phase_id||':'||p_PRICING_ATTR_rec.pricing_phase_id||':');
1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');
1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');
1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');
1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');
1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');
1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');
1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');

Line 1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');

1963: oe_debug_pub.ADD('pricing_attribute :'||l_PRICING_ATTR_rec.pricing_attribute||':'||p_PRICING_ATTR_rec.pricing_attribute||':');
1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');
1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');
1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');
1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');
1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');
1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');
1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');

Line 1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');

1964: oe_debug_pub.ADD('pricing_attribute_context :'||l_PRICING_ATTR_rec.pricing_attribute_context||':'||p_PRICING_ATTR_rec.pricing_attribute_context||':');
1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');
1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');
1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');
1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');
1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');
1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');
1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');

Line 1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');

1965: oe_debug_pub.ADD('pricing_attribute_id :'||l_PRICING_ATTR_rec.pricing_attribute_id||':'||p_PRICING_ATTR_rec.pricing_attribute_id||':');
1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');
1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');
1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');
1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');
1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');
1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');
1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');
1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');

Line 1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');

1966: oe_debug_pub.ADD('pricing_attr_value_from :'||l_PRICING_ATTR_rec.pricing_attr_value_from||':'||p_PRICING_ATTR_rec.pricing_attr_value_from||':');
1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');
1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');
1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');
1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');
1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');
1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');
1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');
1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');

Line 1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');

1967: oe_debug_pub.ADD('pricing_attr_value_to :'||l_PRICING_ATTR_rec.pricing_attr_value_to||':'||p_PRICING_ATTR_rec.pricing_attr_value_to||':');
1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');
1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');
1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');
1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');
1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');
1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');
1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');
1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');

Line 1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');

1968: oe_debug_pub.ADD('product_attribute :'||l_PRICING_ATTR_rec.product_attribute||':'||p_PRICING_ATTR_rec.product_attribute||':');
1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');
1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');
1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');
1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');
1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');
1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');
1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');
1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');

Line 1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');

1969: oe_debug_pub.ADD('product_attribute_context :'||l_PRICING_ATTR_rec.product_attribute_context||':'||p_PRICING_ATTR_rec.product_attribute_context||':');
1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');
1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');
1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');
1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');
1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');
1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');
1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');
1977: oe_debug_pub.ADD('pricing_attribute_datatype :'||l_PRICING_ATTR_rec.pricing_attribute_datatype||':'||p_PRICING_ATTR_rec.pricing_attribute_datatype||':');

Line 1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');

1970: oe_debug_pub.ADD('product_attr_value :'||l_PRICING_ATTR_rec.product_attr_value||':'||p_PRICING_ATTR_rec.product_attr_value||':');
1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');
1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');
1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');
1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');
1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');
1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');
1977: oe_debug_pub.ADD('pricing_attribute_datatype :'||l_PRICING_ATTR_rec.pricing_attribute_datatype||':'||p_PRICING_ATTR_rec.pricing_attribute_datatype||':');
1978: oe_debug_pub.ADD('product_attribute_datatype :'||l_PRICING_ATTR_rec.product_attribute_datatype||':'||p_PRICING_ATTR_rec.product_attribute_datatype||':');

Line 1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');

1971: oe_debug_pub.ADD('product_uom_code :'||l_PRICING_ATTR_rec.product_uom_code||':'||p_PRICING_ATTR_rec.product_uom_code||':');
1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');
1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');
1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');
1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');
1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');
1977: oe_debug_pub.ADD('pricing_attribute_datatype :'||l_PRICING_ATTR_rec.pricing_attribute_datatype||':'||p_PRICING_ATTR_rec.pricing_attribute_datatype||':');
1978: oe_debug_pub.ADD('product_attribute_datatype :'||l_PRICING_ATTR_rec.product_attribute_datatype||':'||p_PRICING_ATTR_rec.product_attribute_datatype||':');
1979: oe_debug_pub.ADD('-------------------Data compare in price list line Attributes end------------------');

Line 1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');

1972: oe_debug_pub.ADD('program_application_id :'||l_PRICING_ATTR_rec.program_application_id||':'||p_PRICING_ATTR_rec.program_application_id||':');
1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');
1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');
1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');
1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');
1977: oe_debug_pub.ADD('pricing_attribute_datatype :'||l_PRICING_ATTR_rec.pricing_attribute_datatype||':'||p_PRICING_ATTR_rec.pricing_attribute_datatype||':');
1978: oe_debug_pub.ADD('product_attribute_datatype :'||l_PRICING_ATTR_rec.product_attribute_datatype||':'||p_PRICING_ATTR_rec.product_attribute_datatype||':');
1979: oe_debug_pub.ADD('-------------------Data compare in price list line Attributes end------------------');
1980: -- Row has changed by another user.

Line 1977: oe_debug_pub.ADD('pricing_attribute_datatype :'||l_PRICING_ATTR_rec.pricing_attribute_datatype||':'||p_PRICING_ATTR_rec.pricing_attribute_datatype||':');

1973: oe_debug_pub.ADD('program_id :'||l_PRICING_ATTR_rec.program_id||':'||p_PRICING_ATTR_rec.program_id||':');
1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');
1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');
1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');
1977: oe_debug_pub.ADD('pricing_attribute_datatype :'||l_PRICING_ATTR_rec.pricing_attribute_datatype||':'||p_PRICING_ATTR_rec.pricing_attribute_datatype||':');
1978: oe_debug_pub.ADD('product_attribute_datatype :'||l_PRICING_ATTR_rec.product_attribute_datatype||':'||p_PRICING_ATTR_rec.product_attribute_datatype||':');
1979: oe_debug_pub.ADD('-------------------Data compare in price list line Attributes end------------------');
1980: -- Row has changed by another user.
1981: --End 8594682 - Add debug messages for OE_LOCK error

Line 1978: oe_debug_pub.ADD('product_attribute_datatype :'||l_PRICING_ATTR_rec.product_attribute_datatype||':'||p_PRICING_ATTR_rec.product_attribute_datatype||':');

1974: oe_debug_pub.ADD('program_update_date :'||l_PRICING_ATTR_rec.program_update_date||':'||p_PRICING_ATTR_rec.program_update_date||':');
1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');
1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');
1977: oe_debug_pub.ADD('pricing_attribute_datatype :'||l_PRICING_ATTR_rec.pricing_attribute_datatype||':'||p_PRICING_ATTR_rec.pricing_attribute_datatype||':');
1978: oe_debug_pub.ADD('product_attribute_datatype :'||l_PRICING_ATTR_rec.product_attribute_datatype||':'||p_PRICING_ATTR_rec.product_attribute_datatype||':');
1979: oe_debug_pub.ADD('-------------------Data compare in price list line Attributes end------------------');
1980: -- Row has changed by another user.
1981: --End 8594682 - Add debug messages for OE_LOCK error
1982:

Line 1979: oe_debug_pub.ADD('-------------------Data compare in price list line Attributes end------------------');

1975: oe_debug_pub.ADD('request_id :'||l_PRICING_ATTR_rec.request_id||':'||p_PRICING_ATTR_rec.request_id||':');
1976: oe_debug_pub.ADD('comparison_operator_code :'||l_PRICING_ATTR_rec.comparison_operator_code||':'||p_PRICING_ATTR_rec.comparison_operator_code||':');
1977: oe_debug_pub.ADD('pricing_attribute_datatype :'||l_PRICING_ATTR_rec.pricing_attribute_datatype||':'||p_PRICING_ATTR_rec.pricing_attribute_datatype||':');
1978: oe_debug_pub.ADD('product_attribute_datatype :'||l_PRICING_ATTR_rec.product_attribute_datatype||':'||p_PRICING_ATTR_rec.product_attribute_datatype||':');
1979: oe_debug_pub.ADD('-------------------Data compare in price list line Attributes end------------------');
1980: -- Row has changed by another user.
1981: --End 8594682 - Add debug messages for OE_LOCK error
1982:
1983: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_ERROR)

Line 2351: oe_debug_pub.Add('Entering QP_pll_PRICING_ATTR_Util.pre_write_process', 1);

2347: l_PRICING_ATTR_rec QP_Price_List_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
2348: l_return_status varchar2(30);
2349: BEGIN
2350:
2351: oe_debug_pub.Add('Entering QP_pll_PRICING_ATTR_Util.pre_write_process', 1);
2352:
2353: --Bug 2807015. Added following code to update pricing attributes when the PA is changed in PLL.
2354: IF ( p_PRICING_ATTR_rec.operation = QP_GLOBALS.G_OPR_UPDATE)
2355: THEN

Line 2385: oe_debug_pub.add('Logging a request to update qualification_ind ', 1);

2381:
2382: x_PRICING_ATTR_rec := l_PRICING_ATTR_rec;
2383: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN
2384:
2385: oe_debug_pub.add('Logging a request to update qualification_ind ', 1);
2386: qp_delayed_requests_PVT.log_request(
2387: p_entity_code => QP_GLOBALS.G_ENTITY_Price_List_Line,
2388: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
2389: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Price_List_Line,