DBA Data[Home] [Help]

APPS.QP_MODIFIERS_UTIL dependencies on OE_DEBUG_PUB

Line 23: oe_debug_pub.add('BEGIN Clear_dependent_Attr in QPXUMLLB');

19: l_src_attr_tbl QP_GLOBALS.NUMBER_Tbl_Type;
20: l_dep_attr_tbl QP_GLOBALS.NUMBER_Tbl_Type;
21: BEGIN
22:
23: oe_debug_pub.add('BEGIN Clear_dependent_Attr in QPXUMLLB');
24:
25: -- Load out record
26:
27: x_MODIFIERS_rec := p_MODIFIERS_rec;

Line 857: oe_debug_pub.add('END Clear_dependent_Attr in QPXUMLLB');

853: l_index :=l_index + 1;
854: l_src_attr_tbl(l_index) := QP_MODIFIERS_UTIL.G_NET_AMOUNT;
855: END IF;
856:
857: oe_debug_pub.add('END Clear_dependent_Attr in QPXUMLLB');
858:
859: END Clear_Dependent_Attr;
860:
861: -- Procedure Apply_Attribute_Changes

Line 880: oe_debug_pub.add('BEGIN Apply_Attribute_Changes in QPXUMLLB');

876: -- end of additions by svdeshmu
877:
878: BEGIN
879:
880: oe_debug_pub.add('BEGIN Apply_Attribute_Changes in QPXUMLLB');
881:
882: -- Load out record
883:
884: x_MODIFIERS_rec := p_MODIFIERS_rec;

Line 1141: oe_debug_pub.add('calling log request from QPXUMLLB.pls');

1137:
1138:
1139: --hvop
1140:
1141: oe_debug_pub.add('calling log request from QPXUMLLB.pls');
1142: qp_delayed_requests_PVT.log_request
1143: ( p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS
1144: , p_entity_id => p_MODIFIERS_rec.list_line_id
1145: --, p_param1 => p_MODIFIERS_rec.list_line_type_code

Line 1154: oe_debug_pub.add('calling log request from QPXUMLLB.pls');

1150: );
1151: --hvop
1152: if p_MODIFIERS_rec.list_line_type_code in ('PBH' ,'OID' ,'PRG') then
1153:
1154: oe_debug_pub.add('calling log request from QPXUMLLB.pls');
1155: qp_delayed_requests_PVT.log_request
1156: ( p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS
1157: , p_entity_id => p_MODIFIERS_rec.list_line_id
1158: , p_param1 => p_MODIFIERS_rec.list_line_type_code

Line 1189: oe_debug_pub.add('calling log request for overlapping breaks QPXUMLL');

1185:
1186:
1187: if p_MODIFIERS_rec.list_line_type_code = 'PBH' then
1188:
1189: oe_debug_pub.add('calling log request for overlapping breaks QPXUMLL');
1190: qp_delayed_requests_PVT.log_request
1191: ( p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS
1192: , p_entity_id => p_MODIFIERS_rec.list_line_id
1193: , p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_MODIFIERS

Line 1221: oe_debug_pub.add('Logging a request G_CHECK_LINE_FOR_HEADER_QUAL for modifier level change');

1217: -- mkarya for attribute manager
1218: -- Log a delayed request to validate that if header level qualifier exist then at least
1219: -- one qualifier should exist for any existence of modifier line of modifier level
1220: -- 'LINE'/'LINEGROUP' or 'ORDER'
1221: oe_debug_pub.add('Logging a request G_CHECK_LINE_FOR_HEADER_QUAL for modifier level change');
1222: -- Bug 2419504, log this request only if attribute manager is installed
1223: IF qp_util.attrmgr_installed = 'Y' then
1224: qp_delayed_requests_PVT.log_request(
1225: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,

Line 1531: oe_debug_pub.add('END Apply_Attribute_Changes in QPXUMLLB');

1527: NULL;
1528: END IF;
1529: -- service project
1530:
1531: oe_debug_pub.add('END Apply_Attribute_Changes in QPXUMLLB');
1532:
1533: END Apply_Attribute_Changes;
1534:
1535: -- Function Complete_Record

Line 1545: oe_debug_pub.add('BEGIN Complete_Record in QPXUMLLB');

1541: IS
1542: l_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type := p_MODIFIERS_rec;
1543: BEGIN
1544:
1545: oe_debug_pub.add('BEGIN Complete_Record in QPXUMLLB');
1546:
1547: IF l_MODIFIERS_rec.arithmetic_operator = FND_API.G_MISS_CHAR THEN
1548: l_MODIFIERS_rec.arithmetic_operator := p_old_MODIFIERS_rec.arithmetic_operator;
1549: END IF;

Line 1915: oe_debug_pub.add('END Complete_Record in QPXUMLLB');

1911: l_MODIFIERS_rec.service_period := p_old_MODIFIERS_rec.service_period;
1912: END IF;
1913: -- service project
1914:
1915: oe_debug_pub.add('END Complete_Record in QPXUMLLB');
1916:
1917: RETURN l_MODIFIERS_rec;
1918:
1919: END Complete_Record;

Line 1930: oe_debug_pub.add('BEGIN Convert_Miss_To_Null in QPXUMLLB');

1926: IS
1927: l_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type := p_MODIFIERS_rec;
1928: BEGIN
1929:
1930: oe_debug_pub.add('BEGIN Convert_Miss_To_Null in QPXUMLLB');
1931:
1932: IF l_MODIFIERS_rec.arithmetic_operator = FND_API.G_MISS_CHAR THEN
1933: l_MODIFIERS_rec.arithmetic_operator := NULL;
1934: END IF;

Line 2296: oe_debug_pub.add('END Complete_Record in QPXUMLLB');

2292: l_MODIFIERS_rec.service_period := NULL;
2293: END IF;
2294: -- service project
2295:
2296: oe_debug_pub.add('END Complete_Record in QPXUMLLB');
2297: oe_debug_pub.add('END Convert_Miss_To_Null in QPXUMLLB');
2298:
2299: RETURN l_MODIFIERS_rec;
2300:

Line 2297: oe_debug_pub.add('END Convert_Miss_To_Null in QPXUMLLB');

2293: END IF;
2294: -- service project
2295:
2296: oe_debug_pub.add('END Complete_Record in QPXUMLLB');
2297: oe_debug_pub.add('END Convert_Miss_To_Null in QPXUMLLB');
2298:
2299: RETURN l_MODIFIERS_rec;
2300:
2301: END Convert_Miss_To_Null;

Line 2328: oe_debug_pub.add('begin update child lines');

2324: from_rltd_modifier_id = l_list_line_id);
2325:
2326: BEGIN
2327:
2328: oe_debug_pub.add('begin update child lines');
2329:
2330: l_list_line_id := p_Modifiers_rec.list_line_id;
2331:
2332: IF p_MODIFIERS_rec.list_line_type_code = 'PBH' THEN

Line 2344: oe_debug_pub.add('update child lines'||to_char(p_MODIFIERS_rec.list_line_id));

2340:
2341: EXIT WHEN C_child_records%NOTFOUND;
2342:
2343:
2344: oe_debug_pub.add('update child lines'||to_char(p_MODIFIERS_rec.list_line_id));
2345:
2346: --fix for bug 1407684 unique index on list_line_no
2347: update qp_list_lines set
2348: -- list_line_no = p_MODIFIERS_rec.list_line_no

Line 2376: oe_debug_pub.add('update child lines'||to_char(p_MODIFIERS_rec.list_line_id));

2372: ELSIF p_MODIFIERS_rec.list_line_type_code IN ( 'OID','PRG') THEN
2373:
2374: -- l_modifier_grp_type := '('BENEFIT', 'QUALIFIER')';
2375:
2376: oe_debug_pub.add('update child lines'||to_char(p_MODIFIERS_rec.list_line_id));
2377:
2378:
2379: --update OID child records
2380:

Line 2426: oe_debug_pub.add('end update child lines');

2422: null;
2423:
2424: END IF;
2425:
2426: oe_debug_pub.add('end update child lines');
2427:
2428: EXCEPTION
2429:
2430: WHEN OTHERS THEN

Line 2441: oe_debug_pub.add('exp update child lines');

2437: );
2438: END IF;
2439:
2440: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2441: oe_debug_pub.add('exp update child lines');
2442:
2443: END UPDATE_CHILD_LINES;
2444:
2445:

Line 2465: oe_debug_pub.add('BEGIN Update_Row in QPXUMLLB');

2461: l_check_active_flag VARCHAR2(1); /* Accumulation */
2462: l_active_flag VARCHAR2(1); /* Accumulation */
2463: BEGIN
2464:
2465: oe_debug_pub.add('BEGIN Update_Row in QPXUMLLB');
2466: IF (p_MODIFIERS_rec.accum_attribute IS NOT NULL AND
2467: p_MODIFIERS_rec.accum_attribute <> FND_API.G_MISS_CHAR) THEN
2468: v_accum_context := 'VOLUME';
2469:

Line 2604: oe_debug_pub.add('start update child'||p_modifiers_rec.list_line_type_code);

2600:
2601:
2602: if p_Modifiers_rec.list_line_type_code in ('PBH', 'OID', 'PRG') then
2603: --update child lines
2604: oe_debug_pub.add('start update child'||p_modifiers_rec.list_line_type_code);
2605: update_child_lines(p_Modifiers_rec);
2606: oe_debug_pub.add('end update child'||p_modifiers_rec.list_line_type_code);
2607:
2608: else

Line 2606: oe_debug_pub.add('end update child'||p_modifiers_rec.list_line_type_code);

2602: if p_Modifiers_rec.list_line_type_code in ('PBH', 'OID', 'PRG') then
2603: --update child lines
2604: oe_debug_pub.add('start update child'||p_modifiers_rec.list_line_type_code);
2605: update_child_lines(p_Modifiers_rec);
2606: oe_debug_pub.add('end update child'||p_modifiers_rec.list_line_type_code);
2607:
2608: else
2609:
2610: null;

Line 2632: oe_debug_pub.add('END Update_Row in QPXUMLLB');

2628: END IF;
2629: END IF;
2630: /* Accumulation End */
2631:
2632: oe_debug_pub.add('END Update_Row in QPXUMLLB');
2633:
2634: EXCEPTION
2635:
2636: WHEN DUP_VAL_ON_INDEX THEN

Line 2672: oe_debug_pub.add('BEGIN Insert_Row in QPXUMLLB'||p_MODIFIERS_rec.list_line_type_code);

2668: l_check_active_flag VARCHAR2(1); /* Accumulation */
2669: l_active_flag VARCHAR2(1); /* Accumulation */
2670: BEGIN
2671:
2672: oe_debug_pub.add('BEGIN Insert_Row in QPXUMLLB'||p_MODIFIERS_rec.list_line_type_code);
2673:
2674: IF (p_MODIFIERS_rec.accum_attribute IS NOT NULL AND
2675: p_MODIFIERS_rec.accum_attribute <> FND_API.G_MISS_CHAR) THEN
2676: v_accum_context := 'VOLUME';

Line 2916: oe_debug_pub.add('IN Def Qualifier in QPXUMLLB');

2912:
2913: IF p_Modifiers_rec.list_line_type_code = 'CIE' then
2914:
2915: --create default coupon qualifier
2916: oe_debug_pub.add('IN Def Qualifier in QPXUMLLB');
2917:
2918: QP_QP_Form_Modifier_List.Create_GSA_Qual(p_MODIFIERS_rec.LIST_HEADER_ID ,
2919: p_MODIFIERS_rec.TO_RLTD_MODIFIER_ID ,
2920: 'COUPON',

Line 2924: oe_debug_pub.add('UMLLB l_ret_sts create_gsa_qual '||l_return_status);

2920: 'COUPON',
2921: l_return_status );
2922: END IF;
2923:
2924: oe_debug_pub.add('UMLLB l_ret_sts create_gsa_qual '||l_return_status);
2925: /*added this code to raise exception if qualifier does not get created-spgopal*/
2926: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2927: FND_MESSAGE.SET_NAME('QP','QP_PE_QUALIFIERS');
2928: OE_MSG_PUB.Add;

Line 2957: oe_debug_pub.add('END Insert_Row in QPXUMLLB');

2953: END IF;
2954: END IF;
2955: /* Accumulation End */
2956:
2957: oe_debug_pub.add('END Insert_Row in QPXUMLLB');
2958:
2959: EXCEPTION
2960:
2961: WHEN DUP_VAL_ON_INDEX THEN

Line 2989: oe_debug_pub.add('BEGIN Delete_Row in QPXUMLLB');

2985: )
2986: IS
2987: BEGIN
2988:
2989: oe_debug_pub.add('BEGIN Delete_Row in QPXUMLLB');
2990: oe_debug_pub.add('list line id = '||to_char(p_list_line_id));
2991:
2992: DELETE FROM QP_PRICING_ATTRIBUTES
2993: WHERE LIST_LINE_ID = p_list_line_id;

Line 2990: oe_debug_pub.add('list line id = '||to_char(p_list_line_id));

2986: IS
2987: BEGIN
2988:
2989: oe_debug_pub.add('BEGIN Delete_Row in QPXUMLLB');
2990: oe_debug_pub.add('list line id = '||to_char(p_list_line_id));
2991:
2992: DELETE FROM QP_PRICING_ATTRIBUTES
2993: WHERE LIST_LINE_ID = p_list_line_id;
2994:

Line 3004: oe_debug_pub.add('END Delete_Row in QPXUMLLB');

3000:
3001: DELETE FROM QP_LIST_LINES
3002: WHERE LIST_LINE_ID = p_list_line_id ;
3003:
3004: oe_debug_pub.add('END Delete_Row in QPXUMLLB');
3005:
3006: EXCEPTION
3007:
3008: WHEN OTHERS THEN

Line 3234: oe_debug_pub.add('BEGIN Query_Rows in QPXUMLLB');

3230:
3231:
3232: BEGIN
3233:
3234: oe_debug_pub.add('BEGIN Query_Rows in QPXUMLLB');
3235: oe_debug_pub.add('list line = '||to_char(p_list_line_id));
3236: oe_debug_pub.add('list hdr = '||to_char(p_list_header_id));
3237:
3238: IF

Line 3235: oe_debug_pub.add('list line = '||to_char(p_list_line_id));

3231:
3232: BEGIN
3233:
3234: oe_debug_pub.add('BEGIN Query_Rows in QPXUMLLB');
3235: oe_debug_pub.add('list line = '||to_char(p_list_line_id));
3236: oe_debug_pub.add('list hdr = '||to_char(p_list_header_id));
3237:
3238: IF
3239: (p_list_line_id IS NOT NULL

Line 3236: oe_debug_pub.add('list hdr = '||to_char(p_list_header_id));

3232: BEGIN
3233:
3234: oe_debug_pub.add('BEGIN Query_Rows in QPXUMLLB');
3235: oe_debug_pub.add('list line = '||to_char(p_list_line_id));
3236: oe_debug_pub.add('list hdr = '||to_char(p_list_header_id));
3237:
3238: IF
3239: (p_list_line_id IS NOT NULL
3240: AND

Line 3261: oe_debug_pub.add('before FOR loooop');

3257:
3258: END IF;
3259:
3260:
3261: oe_debug_pub.add('before FOR loooop');
3262: -- Loop over fetched records
3263:
3264: FOR l_implicit_rec IN l_MODIFIERS_csr LOOP
3265:

Line 3266: oe_debug_pub.add('loooop - 00');

3262: -- Loop over fetched records
3263:
3264: FOR l_implicit_rec IN l_MODIFIERS_csr LOOP
3265:
3266: oe_debug_pub.add('loooop - 00');
3267: l_MODIFIERS_rec.arithmetic_operator := l_implicit_rec.ARITHMETIC_OPERATOR;
3268: l_MODIFIERS_rec.attribute1 := l_implicit_rec.ATTRIBUTE1;
3269: l_MODIFIERS_rec.attribute10 := l_implicit_rec.ATTRIBUTE10;
3270: l_MODIFIERS_rec.attribute11 := l_implicit_rec.ATTRIBUTE11;

Line 3357: oe_debug_pub.add('before RLTD loooop');

3353: l_MODIFIERS_rec.service_period := l_implicit_rec.service_period;
3354:
3355: Begin
3356:
3357: oe_debug_pub.add('before RLTD loooop');
3358:
3359: SELECT RLTD_MODIFIER_GRP_NO
3360: , RLTD_MODIFIER_GRP_TYPE
3361: , FROM_RLTD_MODIFIER_ID

Line 3378: oe_debug_pub.add('no dataaaaa');

3374: WHERE TO_RLTD_MODIFIER_ID = l_implicit_rec.LIST_LINE_ID );
3375:
3376: Exception
3377: when no_data_found then
3378: oe_debug_pub.add('no dataaaaa');
3379: null;
3380: end;
3381:
3382: l_MODIFIERS_tbl(l_MODIFIERS_tbl.COUNT + 1) := l_MODIFIERS_rec;

Line 3400: oe_debug_pub.add('END Query_Rows in QPXUMLLB');

3396: RAISE NO_DATA_FOUND;
3397: END IF;
3398:
3399:
3400: oe_debug_pub.add('END Query_Rows in QPXUMLLB');
3401:
3402: -- Return fetched table
3403:
3404: RETURN l_MODIFIERS_tbl;

Line 3438: oe_debug_pub.add('BEGIN Lock_Row in QPXUMLLB');

3434: IS
3435: l_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
3436: BEGIN
3437:
3438: oe_debug_pub.add('BEGIN Lock_Row in QPXUMLLB');
3439:
3440: SELECT ARITHMETIC_OPERATOR
3441: , ATTRIBUTE1
3442: , ATTRIBUTE10

Line 3617: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');

3613:
3614: /* display debug messages only when OE_LOCK_ROW issue occurs
3615: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3616: --added missing columns for oe_lock_row issue :bug 8594682
3617: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3618: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3619: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');

Line 3618: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');

3614: /* display debug messages only when OE_LOCK_ROW issue occurs
3615: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3616: --added missing columns for oe_lock_row issue :bug 8594682
3617: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3618: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3619: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');

Line 3619: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');

3615: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3616: --added missing columns for oe_lock_row issue :bug 8594682
3617: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3618: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3619: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');

Line 3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');

3616: --added missing columns for oe_lock_row issue :bug 8594682
3617: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3618: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3619: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');

Line 3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');

3617: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3618: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3619: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');

Line 3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');

3618: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3619: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');

Line 3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');

3619: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');

Line 3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');

3620: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');

Line 3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');

3621: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');

Line 3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');

3622: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');

Line 3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');

3623: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');

Line 3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');

3624: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');

Line 3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');

3625: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');

Line 3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');

3626: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');

Line 3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');

3627: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');

Line 3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');

3628: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');

Line 3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');

3629: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');

Line 3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');

3630: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');

Line 3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');

3631: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');

Line 3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');

3632: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');

Line 3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');

3633: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');

Line 3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');

3634: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');

Line 3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');

3635: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');

Line 3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');

3636: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');

Line 3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');

3637: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');

Line 3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');

3638: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');

Line 3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');

3639: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');

Line 3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');

3640: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');

Line 3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');

3641: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');

Line 3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');

3642: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');

Line 3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');

3643: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');

Line 3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');

3644: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');

Line 3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');

3645: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');

Line 3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');

3646: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');

Line 3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');

3647: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');

Line 3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');

3648: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');

Line 3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');

3649: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');

Line 3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');

3650: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');

Line 3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');

3651: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');

Line 3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');

3652: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');

Line 3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');

3653: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');

Line 3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');

3654: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');

Line 3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');

3655: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');

Line 3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');

3656: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');

Line 3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');

3657: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');

Line 3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');

3658: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');

Line 3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');

3659: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');

Line 3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');

3660: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');

Line 3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');

3661: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');

Line 3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');

3662: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');

Line 3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');

3663: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');

Line 3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');

3664: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');

Line 3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');

3665: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');

Line 3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');

3666: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');

Line 3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');

3667: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');

Line 3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');

3668: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');

Line 3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');

3669: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');

Line 3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');

3670: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');

Line 3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');

3671: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');

Line 3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');

3672: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');

Line 3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');

3673: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');

Line 3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');

3674: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');

Line 3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');

3675: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');

Line 3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');

3676: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3684:

Line 3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');

3677: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3684:
3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');

Line 3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');

3678: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3684:
3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');

Line 3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');

3679: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3680: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3684:
3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');

Line 3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');

3681: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3684:
3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');

Line 3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');

3682: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3684:
3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');

Line 3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');

3683: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3684:
3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');

Line 3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');

3684:
3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');

Line 3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');

3685: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');

Line 3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');

3686: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3694: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');

Line 3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');

3687: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3694: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3695: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');

Line 3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');

3688: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3694: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3695: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3696: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');

Line 3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');

3689: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3694: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3695: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3696: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');
3697: */

Line 3694: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');

3690: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3694: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3695: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3696: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');
3697: */
3698: -- Row locked. Compare IN attributes to DB attributes.

Line 3695: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');

3691: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3694: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3695: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3696: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');
3697: */
3698: -- Row locked. Compare IN attributes to DB attributes.
3699:

Line 3696: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');

3692: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3693: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3694: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3695: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3696: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');
3697: */
3698: -- Row locked. Compare IN attributes to DB attributes.
3699:
3700: IF

Line 3887: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');

3883: ELSE
3884:
3885: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3886: --added missing columns for oe_lock_row issue :bug 8594682
3887: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3888: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3889: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');

Line 3888: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');

3884:
3885: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3886: --added missing columns for oe_lock_row issue :bug 8594682
3887: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3888: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3889: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');

Line 3889: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');

3885: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3886: --added missing columns for oe_lock_row issue :bug 8594682
3887: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3888: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3889: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');

Line 3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');

3886: --added missing columns for oe_lock_row issue :bug 8594682
3887: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3888: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3889: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');

Line 3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');

3887: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator :'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator:'||l_MODIFIERS_rec.arithmetic_operator||':');
3888: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3889: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');

Line 3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');

3888: oe_debug_pub.add('p_MODIFIERS_rec.attribute1 :'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1:'||l_MODIFIERS_rec.attribute1||':');
3889: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');

Line 3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');

3889: oe_debug_pub.add('p_MODIFIERS_rec.attribute10 :'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10:'||l_MODIFIERS_rec.attribute10||':');
3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');

Line 3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');

3890: oe_debug_pub.add('p_MODIFIERS_rec.attribute11 :'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11:'||l_MODIFIERS_rec.attribute11||':');
3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');

Line 3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');

3891: oe_debug_pub.add('p_MODIFIERS_rec.attribute12 :'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12:'||l_MODIFIERS_rec.attribute12||':');
3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');

Line 3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');

3892: oe_debug_pub.add('p_MODIFIERS_rec.attribute13 :'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13:'||l_MODIFIERS_rec.attribute13||':');
3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');

Line 3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');

3893: oe_debug_pub.add('p_MODIFIERS_rec.attribute14 :'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14:'||l_MODIFIERS_rec.attribute14||':');
3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');

Line 3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');

3894: oe_debug_pub.add('p_MODIFIERS_rec.attribute15 :'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15:'||l_MODIFIERS_rec.attribute15||':');
3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');

Line 3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');

3895: oe_debug_pub.add('p_MODIFIERS_rec.attribute2 :'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2:'||l_MODIFIERS_rec.attribute2||':');
3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');

Line 3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');

3896: oe_debug_pub.add('p_MODIFIERS_rec.attribute3 :'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3:'||l_MODIFIERS_rec.attribute3||':');
3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');

Line 3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');

3897: oe_debug_pub.add('p_MODIFIERS_rec.attribute4 :'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4:'||l_MODIFIERS_rec.attribute4||':');
3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');

Line 3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');

3898: oe_debug_pub.add('p_MODIFIERS_rec.attribute5 :'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5:'||l_MODIFIERS_rec.attribute5||':');
3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');

Line 3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');

3899: oe_debug_pub.add('p_MODIFIERS_rec.attribute6 :'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6:'||l_MODIFIERS_rec.attribute6||':');
3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');

Line 3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');

3900: oe_debug_pub.add('p_MODIFIERS_rec.attribute7 :'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7:'||l_MODIFIERS_rec.attribute7||':');
3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');

Line 3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');

3901: oe_debug_pub.add('p_MODIFIERS_rec.attribute8 :'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8:'||l_MODIFIERS_rec.attribute8||':');
3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');

Line 3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');

3902: oe_debug_pub.add('p_MODIFIERS_rec.attribute9 :'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9:'||l_MODIFIERS_rec.attribute9||':');
3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');

Line 3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');

3903: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag :'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag:'||l_MODIFIERS_rec.automatic_flag||':');
3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');

Line 3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');

3904: oe_debug_pub.add('p_MODIFIERS_rec.pricing_phase_id :'||p_MODIFIERS_rec.pricing_phase_id||':'||'l_MODIFIERS_rec.pricing_phase_id:'||l_MODIFIERS_rec.pricing_phase_id||':');
3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');

Line 3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');

3905: oe_debug_pub.add('p_MODIFIERS_rec.comments :'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments:'||l_MODIFIERS_rec.comments||':');
3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');

Line 3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');

3906: oe_debug_pub.add('p_MODIFIERS_rec.context :'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context:'||l_MODIFIERS_rec.context||':');
3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');

Line 3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');

3907: oe_debug_pub.add('p_MODIFIERS_rec.effective_period_uom :'||p_MODIFIERS_rec.effective_period_uom||':'||'l_MODIFIERS_rec.effective_period_uom:'||l_MODIFIERS_rec.effective_period_uom||':');
3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');

Line 3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');

3908: oe_debug_pub.add('p_MODIFIERS_rec.end_date_active :'||p_MODIFIERS_rec.end_date_active||':'||'l_MODIFIERS_rec.end_date_active:'||l_MODIFIERS_rec.end_date_active||':');
3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');

Line 3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');

3909: oe_debug_pub.add('p_MODIFIERS_rec.estim_accrual_rate :'||p_MODIFIERS_rec.estim_accrual_rate||':'||'l_MODIFIERS_rec.estim_accrual_rate:'||l_MODIFIERS_rec.estim_accrual_rate||':');
3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');

Line 3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');

3910: oe_debug_pub.add('p_MODIFIERS_rec.generate_using_formula_id :'||p_MODIFIERS_rec.generate_using_formula_id||':'||'l_MODIFIERS_rec.generate_using_formula_id:'||l_MODIFIERS_rec.generate_using_formula_id||':');
3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');

Line 3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');

3911: oe_debug_pub.add('p_MODIFIERS_rec.inventory_item_id :'||p_MODIFIERS_rec.inventory_item_id||':'||'l_MODIFIERS_rec.inventory_item_id:'||l_MODIFIERS_rec.inventory_item_id||':');
3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');

Line 3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');

3912: oe_debug_pub.add('p_MODIFIERS_rec.list_header_id :'||p_MODIFIERS_rec.list_header_id||':'||'l_MODIFIERS_rec.list_header_id:'||l_MODIFIERS_rec.list_header_id||':');
3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');

Line 3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');

3913: oe_debug_pub.add('p_MODIFIERS_rec.list_line_id :'||p_MODIFIERS_rec.list_line_id||':'||'l_MODIFIERS_rec.list_line_id:'||l_MODIFIERS_rec.list_line_id||':');
3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');

Line 3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');

3914: oe_debug_pub.add('p_MODIFIERS_rec.list_line_type_code :'||p_MODIFIERS_rec.list_line_type_code||':'||'l_MODIFIERS_rec.list_line_type_code:'||l_MODIFIERS_rec.list_line_type_code||':');
3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');

Line 3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');

3915: oe_debug_pub.add('p_MODIFIERS_rec.modifier_level_code :'||p_MODIFIERS_rec.modifier_level_code||':'||'l_MODIFIERS_rec.modifier_level_code:'||l_MODIFIERS_rec.modifier_level_code||':');
3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');

Line 3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');

3916: oe_debug_pub.add('p_MODIFIERS_rec.number_effective_periods :'||p_MODIFIERS_rec.number_effective_periods||':'||'l_MODIFIERS_rec.number_effective_periods:'||l_MODIFIERS_rec.number_effective_periods||':');
3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');

Line 3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');

3917: oe_debug_pub.add('p_MODIFIERS_rec.operand :'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand:'||l_MODIFIERS_rec.operand||':');
3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');

Line 3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');

3918: oe_debug_pub.add('p_MODIFIERS_rec.organization_id :'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id:'||l_MODIFIERS_rec.organization_id||':');
3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');

Line 3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');

3919: oe_debug_pub.add('p_MODIFIERS_rec.override_flag :'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag:'||l_MODIFIERS_rec.override_flag||':');
3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');

Line 3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');

3920: oe_debug_pub.add('p_MODIFIERS_rec.percent_price :'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price:'||l_MODIFIERS_rec.percent_price||':');
3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');

Line 3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');

3921: oe_debug_pub.add('p_MODIFIERS_rec.price_break_type_code :'||p_MODIFIERS_rec.price_break_type_code||':'||'l_MODIFIERS_rec.price_break_type_code:'||l_MODIFIERS_rec.price_break_type_code||':');
3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');

Line 3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');

3922: oe_debug_pub.add('p_MODIFIERS_rec.price_by_formula_id :'||p_MODIFIERS_rec.price_by_formula_id||':'||'l_MODIFIERS_rec.price_by_formula_id:'||l_MODIFIERS_rec.price_by_formula_id||':');
3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');

Line 3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');

3923: oe_debug_pub.add('p_MODIFIERS_rec.primary_uom_flag :'||p_MODIFIERS_rec.primary_uom_flag||':'||'l_MODIFIERS_rec.primary_uom_flag:'||l_MODIFIERS_rec.primary_uom_flag||':');
3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');

Line 3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');

3924: oe_debug_pub.add('p_MODIFIERS_rec.print_on_invoice_flag :'||p_MODIFIERS_rec.print_on_invoice_flag||':'||'l_MODIFIERS_rec.print_on_invoice_flag:'||l_MODIFIERS_rec.print_on_invoice_flag||':');
3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');

Line 3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');

3925: oe_debug_pub.add('p_MODIFIERS_rec.rebate_trxn_type_code :'||p_MODIFIERS_rec.rebate_trxn_type_code||':'||'l_MODIFIERS_rec.rebate_trxn_type_code:'||l_MODIFIERS_rec.rebate_trxn_type_code||':');
3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');

Line 3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');

3926: oe_debug_pub.add('p_MODIFIERS_rec.related_item_id :'||p_MODIFIERS_rec.related_item_id||':'||'l_MODIFIERS_rec.related_item_id:'||l_MODIFIERS_rec.related_item_id||':');
3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');

Line 3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');

3927: oe_debug_pub.add('p_MODIFIERS_rec.relationship_type_id :'||p_MODIFIERS_rec.relationship_type_id||':'||'l_MODIFIERS_rec.relationship_type_id:'||l_MODIFIERS_rec.relationship_type_id||':');
3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');

Line 3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');

3928: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag :'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag:'||l_MODIFIERS_rec.reprice_flag||':');
3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');

Line 3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');

3929: oe_debug_pub.add('p_MODIFIERS_rec.revision :'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision:'||l_MODIFIERS_rec.revision||':');
3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');

Line 3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');

3930: oe_debug_pub.add('p_MODIFIERS_rec.revision_date :'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date:'||l_MODIFIERS_rec.revision_date||':');
3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');

Line 3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');

3931: oe_debug_pub.add('p_MODIFIERS_rec.revision_reason_code :'||p_MODIFIERS_rec.revision_reason_code||':'||'l_MODIFIERS_rec.revision_reason_code:'||l_MODIFIERS_rec.revision_reason_code||':');
3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');

Line 3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');

3932: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute :'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute:'||l_MODIFIERS_rec.substitution_attribute||':');
3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');

Line 3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');

3933: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context :'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context:'||l_MODIFIERS_rec.substitution_context||':');
3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');

Line 3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');

3934: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value :'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value:'||l_MODIFIERS_rec.substitution_value||':');
3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');

Line 3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');

3935: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag :'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':');
3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');

Line 3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');

3936: oe_debug_pub.add('p_MODIFIERS_rec.pricing_group_sequence :'||p_MODIFIERS_rec.pricing_group_sequence||':'||'l_MODIFIERS_rec.pricing_group_sequence:'||l_MODIFIERS_rec.pricing_group_sequence||':');
3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');

Line 3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');

3937: oe_debug_pub.add('p_MODIFIERS_rec.incompatibility_grp_code :'||p_MODIFIERS_rec.incompatibility_grp_code||':'||'l_MODIFIERS_rec.incompatibility_grp_code:'||l_MODIFIERS_rec.incompatibility_grp_code||':');
3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');

Line 3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');

3938: oe_debug_pub.add('p_MODIFIERS_rec.list_line_no :'||p_MODIFIERS_rec.list_line_no||':'||'l_MODIFIERS_rec.list_line_no:'||l_MODIFIERS_rec.list_line_no||':');
3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');

Line 3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');

3939: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence :'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence:'||l_MODIFIERS_rec.product_precedence||':');
3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');

Line 3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');

3940: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_start_date :'||p_MODIFIERS_rec.expiration_period_start_date||':'||'l_MODIFIERS_rec.expiration_period_start_date:'||l_MODIFIERS_rec.expiration_period_start_date||':');
3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');

Line 3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');

3941: oe_debug_pub.add('p_MODIFIERS_rec.number_expiration_periods :'||p_MODIFIERS_rec.number_expiration_periods||':'||'l_MODIFIERS_rec.number_expiration_periods:'||l_MODIFIERS_rec.number_expiration_periods||':');
3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');

Line 3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');

3942: oe_debug_pub.add('p_MODIFIERS_rec.expiration_period_uom :'||p_MODIFIERS_rec.expiration_period_uom||':'||'l_MODIFIERS_rec.expiration_period_uom:'||l_MODIFIERS_rec.expiration_period_uom||':');
3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');

Line 3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');

3943: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date :'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date:'||l_MODIFIERS_rec.expiration_date||':');
3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');

Line 3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');

3944: oe_debug_pub.add('p_MODIFIERS_rec.estim_gl_value :'||p_MODIFIERS_rec.estim_gl_value||':'||'l_MODIFIERS_rec.estim_gl_value:'||l_MODIFIERS_rec.estim_gl_value||':');
3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');

Line 3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');

3945: oe_debug_pub.add('p_MODIFIERS_rec.benefit_price_list_line_id :'||p_MODIFIERS_rec.benefit_price_list_line_id||':'||'l_MODIFIERS_rec.benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':');
3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');

Line 3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');

3946: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit :'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit:'||l_MODIFIERS_rec.benefit_limit||':');
3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3954:

Line 3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');

3947: oe_debug_pub.add('p_MODIFIERS_rec.charge_type_code :'||p_MODIFIERS_rec.charge_type_code||':'||'l_MODIFIERS_rec.charge_type_code:'||l_MODIFIERS_rec.charge_type_code||':');
3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3954:
3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');

Line 3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');

3948: oe_debug_pub.add('p_MODIFIERS_rec.charge_subtype_code :'||p_MODIFIERS_rec.charge_subtype_code||':'||'l_MODIFIERS_rec.charge_subtype_code:'||l_MODIFIERS_rec.charge_subtype_code||':');
3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3954:
3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');

Line 3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');

3949: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty :'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty:'||l_MODIFIERS_rec.benefit_qty||':');
3950: oe_debug_pub.add('p_MODIFIERS_rec.benefit_uom_code :'||p_MODIFIERS_rec.benefit_uom_code||':'||'l_MODIFIERS_rec.benefit_uom_code:'||l_MODIFIERS_rec.benefit_uom_code||':');
3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3954:
3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');

Line 3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');

3951: oe_debug_pub.add('p_MODIFIERS_rec.accrual_conversion_rate :'||p_MODIFIERS_rec.accrual_conversion_rate||':'||'l_MODIFIERS_rec.accrual_conversion_rate:'||l_MODIFIERS_rec.accrual_conversion_rate||':');
3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3954:
3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');

Line 3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');

3952: oe_debug_pub.add('p_MODIFIERS_rec.proration_type_code :'||p_MODIFIERS_rec.proration_type_code||':'||'l_MODIFIERS_rec.proration_type_code:'||l_MODIFIERS_rec.proration_type_code||':');
3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3954:
3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');

Line 3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');

3953: oe_debug_pub.add('p_MODIFIERS_rec.include_on_returns_flag :'||p_MODIFIERS_rec.include_on_returns_flag||':'||'l_MODIFIERS_rec.include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':');
3954:
3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');

Line 3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');

3954:
3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');

Line 3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');

3955: oe_debug_pub.add('p_MODIFIERS_rec.created_by :'||p_MODIFIERS_rec.created_by||':'||'l_MODIFIERS_rec.created_by:'||l_MODIFIERS_rec.created_by||':');
3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');

Line 3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');

3956: oe_debug_pub.add('p_MODIFIERS_rec.creation_date :'||p_MODIFIERS_rec.creation_date||':'||'l_MODIFIERS_rec.creation_date:'||l_MODIFIERS_rec.creation_date||':');
3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3964: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');

Line 3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');

3957: oe_debug_pub.add('p_MODIFIERS_rec.last_updated_by :'||p_MODIFIERS_rec.last_updated_by||':'||'l_MODIFIERS_rec.last_updated_by:'||l_MODIFIERS_rec.last_updated_by||':');
3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3964: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3965: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');

Line 3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');

3958: oe_debug_pub.add('p_MODIFIERS_rec.last_update_date :'||p_MODIFIERS_rec.last_update_date||':'||'l_MODIFIERS_rec.last_update_date:'||l_MODIFIERS_rec.last_update_date||':');
3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3964: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3965: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3966: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');

Line 3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');

3959: oe_debug_pub.add('p_MODIFIERS_rec.last_update_login :'||p_MODIFIERS_rec.last_update_login||':'||'l_MODIFIERS_rec.last_update_login:'||l_MODIFIERS_rec.last_update_login||':');
3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3964: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3965: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3966: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');
3967:

Line 3964: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');

3960: oe_debug_pub.add('p_MODIFIERS_rec.list_price :'||p_MODIFIERS_rec.list_price||':'||'l_MODIFIERS_rec.list_price:'||l_MODIFIERS_rec.list_price||':');
3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3964: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3965: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3966: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');
3967:
3968: -- Row has changed by another user.

Line 3965: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');

3961: oe_debug_pub.add('p_MODIFIERS_rec.program_application_id :'||p_MODIFIERS_rec.program_application_id||':'||'l_MODIFIERS_rec.program_application_id:'||l_MODIFIERS_rec.program_application_id||':');
3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3964: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3965: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3966: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');
3967:
3968: -- Row has changed by another user.
3969:

Line 3966: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');

3962: oe_debug_pub.add('p_MODIFIERS_rec.program_id :'||p_MODIFIERS_rec.program_id||':'||'l_MODIFIERS_rec.program_id:'||l_MODIFIERS_rec.program_id||':');
3963: oe_debug_pub.add('p_MODIFIERS_rec.program_update_date :'||p_MODIFIERS_rec.program_update_date||':'||'l_MODIFIERS_rec.program_update_date:'||l_MODIFIERS_rec.program_update_date||':');
3964: oe_debug_pub.add('p_MODIFIERS_rec.request_id :'||p_MODIFIERS_rec.request_id||':'||'l_MODIFIERS_rec.request_id:'||l_MODIFIERS_rec.request_id||':');
3965: oe_debug_pub.add('p_MODIFIERS_rec.start_date_active :'||p_MODIFIERS_rec.start_date_active||':'||'l_MODIFIERS_rec.start_date_active:'||l_MODIFIERS_rec.start_date_active||':');
3966: oe_debug_pub.add('p_MODIFIERS_rec.accum_attribute :'||p_MODIFIERS_rec.accum_attribute||':'||'l_MODIFIERS_rec.accum_attribute:'||l_MODIFIERS_rec.accum_attribute||':');
3967:
3968: -- Row has changed by another user.
3969:
3970: x_return_status := FND_API.G_RET_STS_ERROR;

Line 3983: oe_debug_pub.add('END Lock_Row in QPXUMLLB');

3979: END IF;
3980:
3981: END IF;
3982:
3983: oe_debug_pub.add('END Lock_Row in QPXUMLLB');
3984:
3985: EXCEPTION
3986:
3987: WHEN NO_DATA_FOUND THEN

Line 4037: oe_debug_pub.add('BEGIN Get_Values in QPXUMLLB');

4033: IS
4034: l_MODIFIERS_val_rec QP_Modifiers_PUB.Modifiers_Val_Rec_Type;
4035: BEGIN
4036:
4037: oe_debug_pub.add('BEGIN Get_Values in QPXUMLLB');
4038:
4039: IF p_MODIFIERS_rec.automatic_flag IS NOT NULL AND
4040: p_MODIFIERS_rec.automatic_flag <> FND_API.G_MISS_CHAR AND
4041: NOT QP_GLOBALS.Equal(p_MODIFIERS_rec.automatic_flag,

Line 4229: oe_debug_pub.add('END Get_Values in QPXUMLLB');

4225: ( p_revision_reason_code => p_MODIFIERS_rec.revision_reason_code
4226: );
4227: END IF;
4228:
4229: oe_debug_pub.add('END Get_Values in QPXUMLLB');
4230:
4231: RETURN l_MODIFIERS_val_rec;
4232:
4233: END Get_Values;

Line 4245: oe_debug_pub.add('BEGIN Get_Ids in QPXUMLLB');

4241: IS
4242: l_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
4243: BEGIN
4244:
4245: oe_debug_pub.add('BEGIN Get_Ids in QPXUMLLB');
4246:
4247: -- initialize return_status.
4248:
4249: l_MODIFIERS_rec.return_status := FND_API.G_RET_STS_SUCCESS;

Line 4827: oe_debug_pub.add('END Get_Ids in QPXUMLLB');

4823:
4824: END IF;
4825:
4826:
4827: oe_debug_pub.add('END Get_Ids in QPXUMLLB');
4828:
4829: RETURN l_MODIFIERS_rec;
4830:
4831: END Get_Ids;

Line 4854: oe_debug_pub.Add('Entering QP_MODIFIERS_Util.pre_write_process', 1);

4850: l_pricing_phase_id number;
4851: */
4852: BEGIN
4853:
4854: oe_debug_pub.Add('Entering QP_MODIFIERS_Util.pre_write_process', 1);
4855:
4856: x_MODIFIERS_rec := l_MODIFIERS_rec;
4857:
4858: -- jagan's PL/SQL pattern

Line 4879: oe_debug_pub.add('request to update QP_PRICING_PHASES '||l_parent_line_type, 1);

4875:
4876: IF ( p_MODIFIERS_rec.operation IN
4877: (OE_GLOBALS.G_OPR_CREATE, OE_GLOBALS.G_OPR_UPDATE)) THEN
4878:
4879: oe_debug_pub.add('request to update QP_PRICING_PHASES '||l_parent_line_type, 1);
4880:
4881: IF p_MODIFIERS_rec.list_line_type_code IN ('RLTD','OID','CIE','TSN','IUE','PRG','FREIGHT_CHARGE')
4882: OR p_MODIFIERS_rec.modifier_level_code = 'LINEGROUP' THEN
4883:

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

4880:
4881: IF p_MODIFIERS_rec.list_line_type_code IN ('RLTD','OID','CIE','TSN','IUE','PRG','FREIGHT_CHARGE')
4882: OR p_MODIFIERS_rec.modifier_level_code = 'LINEGROUP' THEN
4883:
4884: oe_debug_pub.add('Logging a request to update QP_PRICING_PHASES ', 1);
4885: --------------------------------- fix for bug 3756625
4886: l_call_from :=1;
4887: if((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_CREATE)) or
4888: ((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_UPDATE) and

Line 4966: oe_debug_pub.add('request to update G_UPDATE_MANUAL_MODIFIER_FLAG '||l_parent_line_type, 1);

4962: -- Essilor Fix bug 2789138
4963: IF p_MODIFIERS_rec.list_line_type_code <> 'PMR' AND
4964: p_MODIFIERS_rec.operation = OE_GLOBALS.G_OPR_CREATE then
4965:
4966: oe_debug_pub.add('request to update G_UPDATE_MANUAL_MODIFIER_FLAG '||l_parent_line_type, 1);
4967: oe_debug_pub.add('Logging a request to update G_UPDATE_MANUAL_MODIFIER_FLAG ', 1);
4968:
4969: qp_delayed_requests_PVT.log_request(
4970: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,

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

4963: IF p_MODIFIERS_rec.list_line_type_code <> 'PMR' AND
4964: p_MODIFIERS_rec.operation = OE_GLOBALS.G_OPR_CREATE then
4965:
4966: oe_debug_pub.add('request to update G_UPDATE_MANUAL_MODIFIER_FLAG '||l_parent_line_type, 1);
4967: oe_debug_pub.add('Logging a request to update G_UPDATE_MANUAL_MODIFIER_FLAG ', 1);
4968:
4969: qp_delayed_requests_PVT.log_request(
4970: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
4971: p_entity_id => p_MODIFIERS_rec.list_line_id,