DBA Data[Home] [Help]

APPS.QP_MODIFIER_LIST_UTIL dependencies on OE_DEBUG_PUB

Line 24: oe_debug_pub.add('BEGIN clear_dependent_attr in QPXUMLHB');

20: l_dep_attr_tbl QP_GLOBALS.NUMBER_Tbl_Type;
21: BEGIN
22:
23:
24: oe_debug_pub.add('BEGIN clear_dependent_attr in QPXUMLHB');
25:
26: -- Load out record
27:
28: x_MODIFIER_LIST_rec := p_MODIFIER_LIST_rec;

Line 554: oe_debug_pub.add('END clear_dependent_attr in QPXUMLHB');

550: ELSIF p_attr_id = G_ORG_ID THEN
551: l_index := l_index + 1;
552: l_src_attr_tbl(l_index) := QP_MODIFIER_LIST_UTIL.G_ORG_ID;
553: END IF;
554: oe_debug_pub.add('END clear_dependent_attr in QPXUMLHB');
555:
556: END Clear_Dependent_Attr;
557:
558: -- Procedure Apply_Attribute_Changes

Line 574: oe_debug_pub.add('BEGIN apply_attribute_changes in QPXUMLHB');

570: select distinct pricing_phase_id from qp_list_lines
571: where list_header_id = l_list_header_id;
572: BEGIN
573:
574: oe_debug_pub.add('BEGIN apply_attribute_changes in QPXUMLHB');
575: -- Load out record
576:
577: x_MODIFIER_LIST_rec := p_MODIFIER_LIST_rec;
578:

Line 1312: oe_debug_pub.add('END apply_attribute_changes in QPXUMLHB');

1308: THEN
1309: NULL;
1310: END IF;
1311:
1312: oe_debug_pub.add('END apply_attribute_changes in QPXUMLHB');
1313: END Apply_Attribute_Changes;
1314:
1315:
1316: -- Function Complete_Record

Line 1326: oe_debug_pub.add('BEGIN complete_record in QPXUMLHB');

1322: IS
1323: l_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type := p_MODIFIER_LIST_rec;
1324: BEGIN
1325:
1326: oe_debug_pub.add('BEGIN complete_record in QPXUMLHB');
1327:
1328: IF l_MODIFIER_LIST_rec.attribute1 = FND_API.G_MISS_CHAR THEN
1329: l_MODIFIER_LIST_rec.attribute1 := p_old_MODIFIER_LIST_rec.attribute1;
1330: END IF;

Line 1563: oe_debug_pub.add('version QPXUMLHB'||l_MODIFIER_LIST_rec.version_no);

1559: IF l_MODIFIER_LIST_rec.org_id = FND_API.G_MISS_NUM THEN
1560: l_MODIFIER_LIST_rec.org_id := p_old_MODIFIER_LIST_rec.org_id;
1561: END IF;
1562:
1563: oe_debug_pub.add('version QPXUMLHB'||l_MODIFIER_LIST_rec.version_no);
1564: oe_debug_pub.add('END complete_record in QPXUMLHB');
1565: RETURN l_MODIFIER_LIST_rec;
1566:
1567: END Complete_Record;

Line 1564: oe_debug_pub.add('END complete_record in QPXUMLHB');

1560: l_MODIFIER_LIST_rec.org_id := p_old_MODIFIER_LIST_rec.org_id;
1561: END IF;
1562:
1563: oe_debug_pub.add('version QPXUMLHB'||l_MODIFIER_LIST_rec.version_no);
1564: oe_debug_pub.add('END complete_record in QPXUMLHB');
1565: RETURN l_MODIFIER_LIST_rec;
1566:
1567: END Complete_Record;
1568:

Line 1578: oe_debug_pub.add('BEGIN convert_miss_to_null in QPXUMLHB');

1574: IS
1575: l_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type := p_MODIFIER_LIST_rec;
1576: BEGIN
1577:
1578: oe_debug_pub.add('BEGIN convert_miss_to_null in QPXUMLHB');
1579:
1580: IF l_MODIFIER_LIST_rec.attribute1 = FND_API.G_MISS_CHAR THEN
1581: l_MODIFIER_LIST_rec.attribute1 := NULL;
1582: END IF;

Line 1793: oe_debug_pub.add('END convert_miss_to_null in QPXUMLHB');

1789: IF l_MODIFIER_LIST_rec.description = FND_API.G_MISS_CHAR THEN
1790: l_MODIFIER_LIST_rec.description := NULL;
1791: END IF;
1792:
1793: oe_debug_pub.add('END convert_miss_to_null in QPXUMLHB');
1794:
1795: RETURN l_MODIFIER_LIST_rec;
1796:
1797: END Convert_Miss_To_Null;

Line 1813: oe_debug_pub.add('BEGIN update_row in QPXUMLHB');

1809: l_start_date_active_second DATE;
1810: l_end_date_active_second DATE;
1811: BEGIN
1812:
1813: oe_debug_pub.add('BEGIN update_row in QPXUMLHB');
1814:
1815: -- MKARYA - Correct the first and second active dates value, for bug 1744890
1816: l_active_date_first_type := p_MODIFIER_LIST_rec.active_date_first_type;
1817: l_start_date_active_first := p_MODIFIER_LIST_rec.start_date_active_first;

Line 2024: oe_debug_pub.add('BEGIN insert_row in QPXUMLHB');

2020: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2021:
2022: End;
2023:
2024: oe_debug_pub.add('BEGIN insert_row in QPXUMLHB');
2025:
2026: -- MKARYA - Correct the first and second active dates value, for bug 1744890
2027: l_active_date_first_type := p_MODIFIER_LIST_rec.active_date_first_type;
2028: l_start_date_active_first := p_MODIFIER_LIST_rec.start_date_active_first;

Line 2165: oe_debug_pub.add('insert QPXUMLHB'||p_MODIFIER_LIST_rec.VERSION_NO||to_char(p_modifier_list_rec.list_header_id));

2161: QP_Security.create_default_grants( p_instance_type => QP_Security.G_MODIFIER_OBJECT,
2162: p_instance_pk1 => p_MODIFIER_LIST_rec.list_header_id,
2163: x_return_status => x_result);
2164:
2165: oe_debug_pub.add('insert QPXUMLHB'||p_MODIFIER_LIST_rec.VERSION_NO||to_char(p_modifier_list_rec.list_header_id));
2166:
2167:
2168: IF p_MODIFIER_LIST_rec.gsa_indicator = 'Y'
2169: THEN

Line 2178: oe_debug_pub.add('l_ret_sts'||l_return_status);

2174: 'GSA',
2175: l_return_status );
2176: END IF;
2177:
2178: oe_debug_pub.add('l_ret_sts'||l_return_status);
2179: /*added this code to raise exception if qualifier does not get created-spgopal*/
2180:
2181: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2182: oe_debug_pub.add('l_ret_sts if'||l_return_status);

Line 2182: oe_debug_pub.add('l_ret_sts if'||l_return_status);

2178: oe_debug_pub.add('l_ret_sts'||l_return_status);
2179: /*added this code to raise exception if qualifier does not get created-spgopal*/
2180:
2181: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2182: oe_debug_pub.add('l_ret_sts if'||l_return_status);
2183: FND_MESSAGE.SET_NAME('QP','QP_PE_QUALIFIERS');
2184: OE_MSG_PUB.Add;
2185:
2186: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 2188: oe_debug_pub.add('l_ret_sts else '||l_return_status);

2184: OE_MSG_PUB.Add;
2185:
2186: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2187: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2188: oe_debug_pub.add('l_ret_sts else '||l_return_status);
2189: FND_MESSAGE.SET_NAME('QP','QP_PE_QUALIFIERS');
2190: OE_MSG_PUB.Add;
2191: RAISE FND_API.G_EXC_ERROR;
2192: END IF;

Line 2196: oe_debug_pub.add('insert after QPXUMLHB'||p_MODIFIER_LIST_rec.VERSION_NO||to_char(p_modifier_list_rec.list_header_id));

2192: END IF;
2193:
2194:
2195:
2196: oe_debug_pub.add('insert after QPXUMLHB'||p_MODIFIER_LIST_rec.VERSION_NO||to_char(p_modifier_list_rec.list_header_id));
2197: oe_debug_pub.add('END insert_row in QPXUMLHB');
2198: EXCEPTION
2199:
2200: WHEN FND_API.G_EXC_ERROR THEN

Line 2197: oe_debug_pub.add('END insert_row in QPXUMLHB');

2193:
2194:
2195:
2196: oe_debug_pub.add('insert after QPXUMLHB'||p_MODIFIER_LIST_rec.VERSION_NO||to_char(p_modifier_list_rec.list_header_id));
2197: oe_debug_pub.add('END insert_row in QPXUMLHB');
2198: EXCEPTION
2199:
2200: WHEN FND_API.G_EXC_ERROR THEN
2201:

Line 2279: oe_debug_pub.add('BEGIN delete_row in QPXUMLHB');

2275: WHERE list_header_id = a_list_header_id;
2276:
2277: BEGIN
2278:
2279: oe_debug_pub.add('BEGIN delete_row in QPXUMLHB');
2280:
2281: FOR list_lines in C1(p_list_header_id)
2282: LOOP
2283:

Line 2304: oe_debug_pub.add('END delete_row in QPXUMLHB');

2300:
2301: DELETE FROM QP_LIST_HEADERS_B
2302: WHERE LIST_HEADER_ID = p_list_header_id ;
2303:
2304: oe_debug_pub.add('END delete_row in QPXUMLHB');
2305: EXCEPTION
2306:
2307: WHEN OTHERS THEN
2308:

Line 2330: oe_debug_pub.add('BEGIN query_row in QPXUMLHB');

2326: IS
2327: l_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;
2328: BEGIN
2329:
2330: oe_debug_pub.add('BEGIN query_row in QPXUMLHB');
2331:
2332: SELECT ATTRIBUTE1
2333: , ATTRIBUTE10
2334: , ATTRIBUTE11

Line 2458: oe_debug_pub.add('version_no QPXUMLHB'||l_MODIFIER_LIST_rec.version_no);

2454: FROM qp_list_headers_tl
2455: WHERE LIST_HEADER_ID = p_list_header_id
2456: AND LANGUAGE = userenv('LANG');
2457:
2458: oe_debug_pub.add('version_no QPXUMLHB'||l_MODIFIER_LIST_rec.version_no);
2459: oe_debug_pub.add('END query_row in QPXUMLHB');
2460: RETURN l_MODIFIER_LIST_rec;
2461:
2462: EXCEPTION

Line 2459: oe_debug_pub.add('END query_row in QPXUMLHB');

2455: WHERE LIST_HEADER_ID = p_list_header_id
2456: AND LANGUAGE = userenv('LANG');
2457:
2458: oe_debug_pub.add('version_no QPXUMLHB'||l_MODIFIER_LIST_rec.version_no);
2459: oe_debug_pub.add('END query_row in QPXUMLHB');
2460: RETURN l_MODIFIER_LIST_rec;
2461:
2462: EXCEPTION
2463:

Line 2493: oe_debug_pub.add('BEGIN lock_row in QPXUMLHB');

2489: IS
2490: l_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;
2491: BEGIN
2492:
2493: oe_debug_pub.add('BEGIN lock_row in QPXUMLHB');
2494:
2495: SELECT ATTRIBUTE1
2496: , ATTRIBUTE10
2497: , ATTRIBUTE11

Line 2747: oe_debug_pub.ADD('-------------------data compare in modifier header (database vx record)------------------');

2743: ELSE
2744:
2745: -- Row has changed by another user.
2746: --debug messages added as per 8594682 for oe_lock_row error
2747: oe_debug_pub.ADD('-------------------data compare in modifier header (database vx record)------------------');
2748: oe_debug_pub.add('attribute1 :'||l_MODIFIER_LIST_rec.attribute1||':'||p_MODIFIER_LIST_rec.attribute1||':');
2749: oe_debug_pub.add('attribute10 :'||l_MODIFIER_LIST_rec.attribute10||':'||p_MODIFIER_LIST_rec.attribute10||':');
2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');
2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');

Line 2748: oe_debug_pub.add('attribute1 :'||l_MODIFIER_LIST_rec.attribute1||':'||p_MODIFIER_LIST_rec.attribute1||':');

2744:
2745: -- Row has changed by another user.
2746: --debug messages added as per 8594682 for oe_lock_row error
2747: oe_debug_pub.ADD('-------------------data compare in modifier header (database vx record)------------------');
2748: oe_debug_pub.add('attribute1 :'||l_MODIFIER_LIST_rec.attribute1||':'||p_MODIFIER_LIST_rec.attribute1||':');
2749: oe_debug_pub.add('attribute10 :'||l_MODIFIER_LIST_rec.attribute10||':'||p_MODIFIER_LIST_rec.attribute10||':');
2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');
2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');
2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');

Line 2749: oe_debug_pub.add('attribute10 :'||l_MODIFIER_LIST_rec.attribute10||':'||p_MODIFIER_LIST_rec.attribute10||':');

2745: -- Row has changed by another user.
2746: --debug messages added as per 8594682 for oe_lock_row error
2747: oe_debug_pub.ADD('-------------------data compare in modifier header (database vx record)------------------');
2748: oe_debug_pub.add('attribute1 :'||l_MODIFIER_LIST_rec.attribute1||':'||p_MODIFIER_LIST_rec.attribute1||':');
2749: oe_debug_pub.add('attribute10 :'||l_MODIFIER_LIST_rec.attribute10||':'||p_MODIFIER_LIST_rec.attribute10||':');
2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');
2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');
2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');
2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');

Line 2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');

2746: --debug messages added as per 8594682 for oe_lock_row error
2747: oe_debug_pub.ADD('-------------------data compare in modifier header (database vx record)------------------');
2748: oe_debug_pub.add('attribute1 :'||l_MODIFIER_LIST_rec.attribute1||':'||p_MODIFIER_LIST_rec.attribute1||':');
2749: oe_debug_pub.add('attribute10 :'||l_MODIFIER_LIST_rec.attribute10||':'||p_MODIFIER_LIST_rec.attribute10||':');
2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');
2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');
2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');
2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');
2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');

Line 2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');

2747: oe_debug_pub.ADD('-------------------data compare in modifier header (database vx record)------------------');
2748: oe_debug_pub.add('attribute1 :'||l_MODIFIER_LIST_rec.attribute1||':'||p_MODIFIER_LIST_rec.attribute1||':');
2749: oe_debug_pub.add('attribute10 :'||l_MODIFIER_LIST_rec.attribute10||':'||p_MODIFIER_LIST_rec.attribute10||':');
2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');
2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');
2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');
2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');
2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');
2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');

Line 2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');

2748: oe_debug_pub.add('attribute1 :'||l_MODIFIER_LIST_rec.attribute1||':'||p_MODIFIER_LIST_rec.attribute1||':');
2749: oe_debug_pub.add('attribute10 :'||l_MODIFIER_LIST_rec.attribute10||':'||p_MODIFIER_LIST_rec.attribute10||':');
2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');
2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');
2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');
2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');
2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');
2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');
2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');

Line 2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');

2749: oe_debug_pub.add('attribute10 :'||l_MODIFIER_LIST_rec.attribute10||':'||p_MODIFIER_LIST_rec.attribute10||':');
2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');
2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');
2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');
2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');
2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');
2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');
2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');
2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');

Line 2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');

2750: oe_debug_pub.add('attribute11 :'||l_MODIFIER_LIST_rec.attribute11||':'||p_MODIFIER_LIST_rec.attribute11||':');
2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');
2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');
2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');
2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');
2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');
2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');
2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');
2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');

Line 2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');

2751: oe_debug_pub.add('attribute12 :'||l_MODIFIER_LIST_rec.attribute12||':'||p_MODIFIER_LIST_rec.attribute12||':');
2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');
2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');
2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');
2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');
2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');
2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');
2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');
2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');

Line 2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');

2752: oe_debug_pub.add('attribute13 :'||l_MODIFIER_LIST_rec.attribute13||':'||p_MODIFIER_LIST_rec.attribute13||':');
2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');
2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');
2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');
2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');
2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');
2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');
2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');
2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');

Line 2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');

2753: oe_debug_pub.add('attribute14 :'||l_MODIFIER_LIST_rec.attribute14||':'||p_MODIFIER_LIST_rec.attribute14||':');
2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');
2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');
2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');
2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');
2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');
2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');
2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');
2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');

Line 2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');

2754: oe_debug_pub.add('attribute15 :'||l_MODIFIER_LIST_rec.attribute15||':'||p_MODIFIER_LIST_rec.attribute15||':');
2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');
2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');
2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');
2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');
2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');
2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');
2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');
2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');

Line 2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');

2755: oe_debug_pub.add('attribute2 :'||l_MODIFIER_LIST_rec.attribute2||':'||p_MODIFIER_LIST_rec.attribute2||':');
2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');
2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');
2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');
2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');
2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');
2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');
2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');
2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');

Line 2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');

2756: oe_debug_pub.add('attribute3 :'||l_MODIFIER_LIST_rec.attribute3||':'||p_MODIFIER_LIST_rec.attribute3||':');
2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');
2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');
2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');
2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');
2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');
2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');
2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');
2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');

Line 2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');

2757: oe_debug_pub.add('attribute4 :'||l_MODIFIER_LIST_rec.attribute4||':'||p_MODIFIER_LIST_rec.attribute4||':');
2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');
2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');
2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');
2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');
2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');
2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');
2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');
2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');

Line 2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');

2758: oe_debug_pub.add('attribute5 :'||l_MODIFIER_LIST_rec.attribute5||':'||p_MODIFIER_LIST_rec.attribute5||':');
2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');
2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');
2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');
2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');
2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');
2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');
2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');
2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');

Line 2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');

2759: oe_debug_pub.add('attribute6 :'||l_MODIFIER_LIST_rec.attribute6||':'||p_MODIFIER_LIST_rec.attribute6||':');
2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');
2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');
2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');
2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');
2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');
2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');
2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');
2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');

Line 2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');

2760: oe_debug_pub.add('attribute7 :'||l_MODIFIER_LIST_rec.attribute7||':'||p_MODIFIER_LIST_rec.attribute7||':');
2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');
2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');
2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');
2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');
2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');
2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');
2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');
2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');

Line 2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');

2761: oe_debug_pub.add('attribute8 :'||l_MODIFIER_LIST_rec.attribute8||':'||p_MODIFIER_LIST_rec.attribute8||':');
2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');
2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');
2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');
2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');
2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');
2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');
2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');
2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');

Line 2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');

2762: oe_debug_pub.add('attribute9 :'||l_MODIFIER_LIST_rec.attribute9||':'||p_MODIFIER_LIST_rec.attribute9||':');
2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');
2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');
2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');
2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');
2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');
2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');
2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');
2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');

Line 2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');

2763: oe_debug_pub.add('automatic_flag :'||l_MODIFIER_LIST_rec.automatic_flag||':'||p_MODIFIER_LIST_rec.automatic_flag||':');
2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');
2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');
2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');
2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');
2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');
2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');
2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');
2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');

Line 2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');

2764: oe_debug_pub.add('comments :'||l_MODIFIER_LIST_rec.comments||':'||p_MODIFIER_LIST_rec.comments||':');
2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');
2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');
2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');
2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');
2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');
2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');
2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');
2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');

Line 2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');

2765: oe_debug_pub.add('context :'||l_MODIFIER_LIST_rec.context||':'||p_MODIFIER_LIST_rec.context||':');
2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');
2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');
2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');
2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');
2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');
2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');
2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');
2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');

Line 2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');

2766: oe_debug_pub.add('created_by :'||l_MODIFIER_LIST_rec.created_by||':'||p_MODIFIER_LIST_rec.created_by||':');
2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');
2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');
2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');
2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');
2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');
2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');
2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');
2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');

Line 2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');

2767: oe_debug_pub.add('creation_date :'||l_MODIFIER_LIST_rec.creation_date||':'||p_MODIFIER_LIST_rec.creation_date||':');
2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');
2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');
2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');
2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');
2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');
2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');
2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');
2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');

Line 2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');

2768: oe_debug_pub.add('currency_code :'||l_MODIFIER_LIST_rec.currency_code||':'||p_MODIFIER_LIST_rec.currency_code||':');
2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');
2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');
2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');
2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');
2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');
2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');
2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');
2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');

Line 2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');

2769: oe_debug_pub.add('discount_lines_flag :'||l_MODIFIER_LIST_rec.discount_lines_flag||':'||p_MODIFIER_LIST_rec.discount_lines_flag||':');
2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');
2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');
2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');
2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');
2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');
2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');
2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');
2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');

Line 2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');

2770: oe_debug_pub.add('end_date_active :'||l_MODIFIER_LIST_rec.end_date_active||':'||p_MODIFIER_LIST_rec.end_date_active||':');
2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');
2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');
2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');
2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');
2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');
2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');
2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');
2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');

Line 2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');

2771: oe_debug_pub.add('freight_terms_code :'||l_MODIFIER_LIST_rec.freight_terms_code||':'||p_MODIFIER_LIST_rec.freight_terms_code||':');
2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');
2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');
2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');
2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');
2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');
2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');
2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');
2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');

Line 2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');

2772: oe_debug_pub.add('gsa_indicator :'||l_MODIFIER_LIST_rec.gsa_indicator||':'||p_MODIFIER_LIST_rec.gsa_indicator||':');
2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');
2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');
2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');
2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');
2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');
2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');
2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');
2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');

Line 2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');

2773: oe_debug_pub.add('last_updated_by :'||l_MODIFIER_LIST_rec.last_updated_by||':'||p_MODIFIER_LIST_rec.last_updated_by||':');
2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');
2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');
2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');
2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');
2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');
2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');
2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');
2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );

Line 2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');

2774: oe_debug_pub.add('last_update_date :'||l_MODIFIER_LIST_rec.last_update_date||':'||p_MODIFIER_LIST_rec.last_update_date||':');
2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');
2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');
2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');
2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');
2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');
2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');
2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );
2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');

Line 2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');

2775: oe_debug_pub.add('last_update_login :'||l_MODIFIER_LIST_rec.last_update_login||':'||p_MODIFIER_LIST_rec.last_update_login||':');
2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');
2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');
2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');
2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');
2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');
2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );
2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');
2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');

Line 2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');

2776: oe_debug_pub.add('list_header_id :'||l_MODIFIER_LIST_rec.list_header_id||':'||p_MODIFIER_LIST_rec.list_header_id||':');
2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');
2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');
2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');
2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');
2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );
2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');
2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');
2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');

Line 2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );

2777: oe_debug_pub.add('list_type_code :'||l_MODIFIER_LIST_rec.list_type_code||':'||p_MODIFIER_LIST_rec.list_type_code||':');
2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');
2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');
2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');
2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );
2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');
2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');
2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');
2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');

Line 2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');

2778: oe_debug_pub.add('program_application_id :'||l_MODIFIER_LIST_rec.program_application_id||':'||p_MODIFIER_LIST_rec.program_application_id||':');
2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');
2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');
2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );
2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');
2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');
2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');
2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');
2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');

Line 2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');

2779: oe_debug_pub.add('program_id :'||l_MODIFIER_LIST_rec.program_id||':'||p_MODIFIER_LIST_rec.program_id||':');
2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');
2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );
2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');
2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');
2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');
2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');
2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');
2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');

Line 2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');

2780: oe_debug_pub.add('program_update_date :'||l_MODIFIER_LIST_rec.program_update_date||':'||p_MODIFIER_LIST_rec.program_update_date||':');
2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );
2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');
2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');
2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');
2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');
2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');
2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');
2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');

Line 2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');

2781: oe_debug_pub.add('prorate_flag :'||l_MODIFIER_LIST_rec.prorate_flag||':'||p_MODIFIER_LIST_rec.prorate_flag||':' );
2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');
2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');
2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');
2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');
2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');
2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');
2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');
2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');

Line 2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');

2782: oe_debug_pub.add('request_id :'||l_MODIFIER_LIST_rec.request_id||':'||p_MODIFIER_LIST_rec.request_id||':');
2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');
2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');
2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');
2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');
2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');
2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');
2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');
2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');

Line 2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');

2783: oe_debug_pub.add('rounding_factor :'||l_MODIFIER_LIST_rec.rounding_factor||':'||p_MODIFIER_LIST_rec.rounding_factor||':');
2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');
2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');
2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');
2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');
2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');
2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');
2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');
2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');

Line 2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');

2784: oe_debug_pub.add('ship_method_code :'||l_MODIFIER_LIST_rec.ship_method_code||':'||p_MODIFIER_LIST_rec.ship_method_code||':');
2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');
2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');
2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');
2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');
2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');
2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');
2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');
2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');

Line 2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');

2785: oe_debug_pub.add('start_date_active :'||l_MODIFIER_LIST_rec.start_date_active||':'||p_MODIFIER_LIST_rec.start_date_active||':');
2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');
2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');
2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');
2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');
2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');
2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');
2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');
2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');

Line 2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');

2786: oe_debug_pub.add('terms_id :'||l_MODIFIER_LIST_rec.terms_id||':'||p_MODIFIER_LIST_rec.terms_id||':');
2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');
2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');
2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');
2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');
2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');
2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');
2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');
2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');

Line 2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');

2787: oe_debug_pub.add('source_system_code :'||l_MODIFIER_LIST_rec.source_system_code||':'||p_MODIFIER_LIST_rec.source_system_code||':');
2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');
2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');
2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');
2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');
2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');
2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');
2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');
2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');

Line 2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');

2788: oe_debug_pub.add('pte_code :'||l_MODIFIER_LIST_rec.pte_code||':'||p_MODIFIER_LIST_rec.pte_code||':');
2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');
2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');
2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');
2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');
2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');
2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');
2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');
2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');

Line 2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');

2789: oe_debug_pub.add('active_flag :'||l_MODIFIER_LIST_rec.active_flag||':'||p_MODIFIER_LIST_rec.active_flag||':');
2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');
2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');
2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');
2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');
2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');
2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');
2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');
2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');

Line 2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');

2790: oe_debug_pub.add('parent_list_header_id :'||l_MODIFIER_LIST_rec.parent_list_header_id||':'||p_MODIFIER_LIST_rec.parent_list_header_id||':');
2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');
2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');
2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');
2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');
2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');
2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');
2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');
2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');

Line 2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');

2791: oe_debug_pub.add('start_date_active_first :'||l_MODIFIER_LIST_rec.start_date_active_first||':'||p_MODIFIER_LIST_rec.start_date_active_first||':');
2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');
2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');
2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');
2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');
2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');
2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');
2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');
2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');

Line 2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');

2792: oe_debug_pub.add('end_date_active_first :'||l_MODIFIER_LIST_rec.end_date_active_first||':'||p_MODIFIER_LIST_rec.end_date_active_first||':');
2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');
2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');
2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');
2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');
2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');
2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');
2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');
2800: oe_debug_pub.add('orig_system_header_ref :'||l_MODIFIER_LIST_rec.orig_system_header_ref||':'||p_MODIFIER_LIST_rec.orig_system_header_ref||':');

Line 2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');

2793: oe_debug_pub.add('active_date_first_type :'||l_MODIFIER_LIST_rec.active_date_first_type||':'||p_MODIFIER_LIST_rec.active_date_first_type||':');
2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');
2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');
2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');
2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');
2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');
2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');
2800: oe_debug_pub.add('orig_system_header_ref :'||l_MODIFIER_LIST_rec.orig_system_header_ref||':'||p_MODIFIER_LIST_rec.orig_system_header_ref||':');
2801: oe_debug_pub.add('shareable_flag :'||l_MODIFIER_LIST_rec.shareable_flag||':'||p_MODIFIER_LIST_rec.shareable_flag||':');

Line 2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');

2794: oe_debug_pub.add('start_date_active_second :'||l_MODIFIER_LIST_rec.start_date_active_second||':'||p_MODIFIER_LIST_rec.start_date_active_second||':');
2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');
2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');
2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');
2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');
2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');
2800: oe_debug_pub.add('orig_system_header_ref :'||l_MODIFIER_LIST_rec.orig_system_header_ref||':'||p_MODIFIER_LIST_rec.orig_system_header_ref||':');
2801: oe_debug_pub.add('shareable_flag :'||l_MODIFIER_LIST_rec.shareable_flag||':'||p_MODIFIER_LIST_rec.shareable_flag||':');
2802: oe_debug_pub.ADD('-------------------data compare in modifier header end------------------');

Line 2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');

2795: oe_debug_pub.add('global_flag :'||l_MODIFIER_LIST_rec.global_flag||':'||p_MODIFIER_LIST_rec.global_flag||':');
2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');
2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');
2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');
2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');
2800: oe_debug_pub.add('orig_system_header_ref :'||l_MODIFIER_LIST_rec.orig_system_header_ref||':'||p_MODIFIER_LIST_rec.orig_system_header_ref||':');
2801: oe_debug_pub.add('shareable_flag :'||l_MODIFIER_LIST_rec.shareable_flag||':'||p_MODIFIER_LIST_rec.shareable_flag||':');
2802: oe_debug_pub.ADD('-------------------data compare in modifier header end------------------');
2803: --end debug messages added as per 8594682 for oe_lock_row error

Line 2800: oe_debug_pub.add('orig_system_header_ref :'||l_MODIFIER_LIST_rec.orig_system_header_ref||':'||p_MODIFIER_LIST_rec.orig_system_header_ref||':');

2796: oe_debug_pub.add('end_date_active_second :'||l_MODIFIER_LIST_rec.end_date_active_second||':'||p_MODIFIER_LIST_rec.end_date_active_second||':');
2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');
2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');
2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');
2800: oe_debug_pub.add('orig_system_header_ref :'||l_MODIFIER_LIST_rec.orig_system_header_ref||':'||p_MODIFIER_LIST_rec.orig_system_header_ref||':');
2801: oe_debug_pub.add('shareable_flag :'||l_MODIFIER_LIST_rec.shareable_flag||':'||p_MODIFIER_LIST_rec.shareable_flag||':');
2802: oe_debug_pub.ADD('-------------------data compare in modifier header end------------------');
2803: --end debug messages added as per 8594682 for oe_lock_row error
2804: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2801: oe_debug_pub.add('shareable_flag :'||l_MODIFIER_LIST_rec.shareable_flag||':'||p_MODIFIER_LIST_rec.shareable_flag||':');

2797: oe_debug_pub.add('active_date_second_type :'||l_MODIFIER_LIST_rec.active_date_second_type||':'||p_MODIFIER_LIST_rec.active_date_second_type||':');
2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');
2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');
2800: oe_debug_pub.add('orig_system_header_ref :'||l_MODIFIER_LIST_rec.orig_system_header_ref||':'||p_MODIFIER_LIST_rec.orig_system_header_ref||':');
2801: oe_debug_pub.add('shareable_flag :'||l_MODIFIER_LIST_rec.shareable_flag||':'||p_MODIFIER_LIST_rec.shareable_flag||':');
2802: oe_debug_pub.ADD('-------------------data compare in modifier header end------------------');
2803: --end debug messages added as per 8594682 for oe_lock_row error
2804: x_return_status := FND_API.G_RET_STS_ERROR;
2805: x_MODIFIER_LIST_rec.return_status := FND_API.G_RET_STS_ERROR;

Line 2802: oe_debug_pub.ADD('-------------------data compare in modifier header end------------------');

2798: oe_debug_pub.add('ask_for_flag :'||l_MODIFIER_LIST_rec.ask_for_flag||':'||p_MODIFIER_LIST_rec.ask_for_flag||':');
2799: oe_debug_pub.add('list_source_code :'||l_MODIFIER_LIST_rec.list_source_code||':'||p_MODIFIER_LIST_rec.list_source_code||':');
2800: oe_debug_pub.add('orig_system_header_ref :'||l_MODIFIER_LIST_rec.orig_system_header_ref||':'||p_MODIFIER_LIST_rec.orig_system_header_ref||':');
2801: oe_debug_pub.add('shareable_flag :'||l_MODIFIER_LIST_rec.shareable_flag||':'||p_MODIFIER_LIST_rec.shareable_flag||':');
2802: oe_debug_pub.ADD('-------------------data compare in modifier header end------------------');
2803: --end debug messages added as per 8594682 for oe_lock_row error
2804: x_return_status := FND_API.G_RET_STS_ERROR;
2805: x_MODIFIER_LIST_rec.return_status := FND_API.G_RET_STS_ERROR;
2806:

Line 2817: oe_debug_pub.add('END lock_row in QPXUMLHB');

2813: END IF;
2814:
2815: END IF;
2816:
2817: oe_debug_pub.add('END lock_row in QPXUMLHB');
2818: EXCEPTION
2819:
2820: WHEN NO_DATA_FOUND THEN
2821:

Line 2870: oe_debug_pub.add('BEGIN get_values in QPXUMLHB');

2866: IS
2867: l_MODIFIER_LIST_val_rec QP_Modifiers_PUB.Modifier_List_Val_Rec_Type;
2868: BEGIN
2869:
2870: oe_debug_pub.add('BEGIN get_values in QPXUMLHB');
2871: IF p_MODIFIER_LIST_rec.automatic_flag IS NOT NULL AND
2872: p_MODIFIER_LIST_rec.automatic_flag <> FND_API.G_MISS_CHAR AND
2873: NOT QP_GLOBALS.Equal(p_MODIFIER_LIST_rec.automatic_flag,
2874: p_old_MODIFIER_LIST_rec.automatic_flag)

Line 2963: oe_debug_pub.add('END get_values in QPXUMLHB');

2959: END IF;
2960:
2961: RETURN l_MODIFIER_LIST_val_rec;
2962:
2963: oe_debug_pub.add('END get_values in QPXUMLHB');
2964: END Get_Values;
2965:
2966: -- Function Get_Ids
2967:

Line 2976: oe_debug_pub.add('BEGIN get_ids in QPXUMLHB');

2972: IS
2973: l_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;
2974: BEGIN
2975:
2976: oe_debug_pub.add('BEGIN get_ids in QPXUMLHB');
2977: -- initialize return_status.
2978:
2979: l_MODIFIER_LIST_rec.return_status := FND_API.G_RET_STS_SUCCESS;
2980:

Line 3256: oe_debug_pub.add('END get_ids in QPXUMLHB');

3252:
3253: END IF;
3254:
3255:
3256: oe_debug_pub.add('END get_ids in QPXUMLHB');
3257: RETURN l_MODIFIER_LIST_rec;
3258:
3259: END Get_Ids;
3260:

Line 3280: oe_debug_pub.add('Begin Get_Segment_Level_for_Group');

3276: l_final_segment_level VARCHAR2(30) := NULL;
3277:
3278:
3279: BEGIN
3280: oe_debug_pub.add('Begin Get_Segment_Level_for_Group');
3281: oe_debug_pub.add('p_list_header_id = ' || p_list_header_id);
3282: oe_debug_pub.add('p_list_line_id = ' || p_list_line_id);
3283: oe_debug_pub.add('p_qualifier_grouping_no = ' || p_qualifier_grouping_no);
3284: FOR l_rec in c_qualifiers

Line 3281: oe_debug_pub.add('p_list_header_id = ' || p_list_header_id);

3277:
3278:
3279: BEGIN
3280: oe_debug_pub.add('Begin Get_Segment_Level_for_Group');
3281: oe_debug_pub.add('p_list_header_id = ' || p_list_header_id);
3282: oe_debug_pub.add('p_list_line_id = ' || p_list_line_id);
3283: oe_debug_pub.add('p_qualifier_grouping_no = ' || p_qualifier_grouping_no);
3284: FOR l_rec in c_qualifiers
3285: LOOP

Line 3282: oe_debug_pub.add('p_list_line_id = ' || p_list_line_id);

3278:
3279: BEGIN
3280: oe_debug_pub.add('Begin Get_Segment_Level_for_Group');
3281: oe_debug_pub.add('p_list_header_id = ' || p_list_header_id);
3282: oe_debug_pub.add('p_list_line_id = ' || p_list_line_id);
3283: oe_debug_pub.add('p_qualifier_grouping_no = ' || p_qualifier_grouping_no);
3284: FOR l_rec in c_qualifiers
3285: LOOP
3286: l_current_segment_level := qp_util.get_segment_level(p_list_header_id

Line 3283: oe_debug_pub.add('p_qualifier_grouping_no = ' || p_qualifier_grouping_no);

3279: BEGIN
3280: oe_debug_pub.add('Begin Get_Segment_Level_for_Group');
3281: oe_debug_pub.add('p_list_header_id = ' || p_list_header_id);
3282: oe_debug_pub.add('p_list_line_id = ' || p_list_line_id);
3283: oe_debug_pub.add('p_qualifier_grouping_no = ' || p_qualifier_grouping_no);
3284: FOR l_rec in c_qualifiers
3285: LOOP
3286: l_current_segment_level := qp_util.get_segment_level(p_list_header_id
3287: ,l_rec.qualifier_context

Line 3345: oe_debug_pub.add('End Get_Segment_Level_for_Group');

3341: END LOOP;
3342:
3343: return(l_final_segment_level);
3344:
3345: oe_debug_pub.add('End Get_Segment_Level_for_Group');
3346: EXCEPTION
3347: WHEN FND_API.G_EXC_ERROR THEN
3348: return(null);
3349: