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 845: oe_debug_pub.add('END Clear_dependent_Attr in QPXUMLLB');

841: l_index :=l_index + 1;
842: l_src_attr_tbl(l_index) := QP_MODIFIERS_UTIL.G_NET_AMOUNT;
843: END IF;
844:
845: oe_debug_pub.add('END Clear_dependent_Attr in QPXUMLLB');
846:
847: END Clear_Dependent_Attr;
848:
849: -- Procedure Apply_Attribute_Changes

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

864: -- end of additions by svdeshmu
865:
866: BEGIN
867:
868: oe_debug_pub.add('BEGIN Apply_Attribute_Changes in QPXUMLLB');
869:
870: -- Load out record
871:
872: x_MODIFIERS_rec := p_MODIFIERS_rec;

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

1109:
1110:
1111: --hvop
1112:
1113: oe_debug_pub.add('calling log request from QPXUMLLB.pls');
1114: qp_delayed_requests_PVT.log_request
1115: ( p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS
1116: , p_entity_id => p_MODIFIERS_rec.list_line_id
1117: --, p_param1 => p_MODIFIERS_rec.list_line_type_code

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

1122: );
1123: --hvop
1124: if p_MODIFIERS_rec.list_line_type_code in ('PBH' ,'OID' ,'PRG') then
1125:
1126: oe_debug_pub.add('calling log request from QPXUMLLB.pls');
1127: qp_delayed_requests_PVT.log_request
1128: ( p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS
1129: , p_entity_id => p_MODIFIERS_rec.list_line_id
1130: , p_param1 => p_MODIFIERS_rec.list_line_type_code

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

1157:
1158:
1159: if p_MODIFIERS_rec.list_line_type_code = 'PBH' then
1160:
1161: oe_debug_pub.add('calling log request for overlapping breaks QPXUMLL');
1162: qp_delayed_requests_PVT.log_request
1163: ( p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS
1164: , p_entity_id => p_MODIFIERS_rec.list_line_id
1165: , p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_MODIFIERS

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

1189: -- mkarya for attribute manager
1190: -- Log a delayed request to validate that if header level qualifier exist then at least
1191: -- one qualifier should exist for any existence of modifier line of modifier level
1192: -- 'LINE'/'LINEGROUP' or 'ORDER'
1193: oe_debug_pub.add('Logging a request G_CHECK_LINE_FOR_HEADER_QUAL for modifier level change');
1194: -- Bug 2419504, log this request only if attribute manager is installed
1195: IF qp_util.attrmgr_installed = 'Y' then
1196: qp_delayed_requests_PVT.log_request(
1197: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,

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

1472: THEN
1473: NULL;
1474: END IF;
1475:
1476: oe_debug_pub.add('END Apply_Attribute_Changes in QPXUMLLB');
1477:
1478: END Apply_Attribute_Changes;
1479:
1480: -- Function Complete_Record

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

1486: IS
1487: l_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type := p_MODIFIERS_rec;
1488: BEGIN
1489:
1490: oe_debug_pub.add('BEGIN Complete_Record in QPXUMLLB');
1491:
1492: IF l_MODIFIERS_rec.arithmetic_operator = FND_API.G_MISS_CHAR THEN
1493: l_MODIFIERS_rec.arithmetic_operator := p_old_MODIFIERS_rec.arithmetic_operator;
1494: END IF;

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

1848: IF l_MODIFIERS_rec.continuous_price_break_flag = FND_API.G_MISS_CHAR THEN
1849: l_MODIFIERS_rec.continuous_price_break_flag := p_old_MODIFIERS_rec.continuous_price_break_flag;
1850: END IF;
1851:
1852: oe_debug_pub.add('END Complete_Record in QPXUMLLB');
1853:
1854: RETURN l_MODIFIERS_rec;
1855:
1856: END Complete_Record;

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

1863: IS
1864: l_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type := p_MODIFIERS_rec;
1865: BEGIN
1866:
1867: oe_debug_pub.add('BEGIN Convert_Miss_To_Null in QPXUMLLB');
1868:
1869: IF l_MODIFIERS_rec.arithmetic_operator = FND_API.G_MISS_CHAR THEN
1870: l_MODIFIERS_rec.arithmetic_operator := NULL;
1871: END IF;

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

2221: IF l_MODIFIERS_rec.continuous_price_break_flag = FND_API.G_MISS_CHAR THEN
2222: l_MODIFIERS_rec.continuous_price_break_flag := NULL;
2223: END IF;
2224:
2225: oe_debug_pub.add('END Complete_Record in QPXUMLLB');
2226: oe_debug_pub.add('END Convert_Miss_To_Null in QPXUMLLB');
2227:
2228: RETURN l_MODIFIERS_rec;
2229:

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

2222: l_MODIFIERS_rec.continuous_price_break_flag := NULL;
2223: END IF;
2224:
2225: oe_debug_pub.add('END Complete_Record in QPXUMLLB');
2226: oe_debug_pub.add('END Convert_Miss_To_Null in QPXUMLLB');
2227:
2228: RETURN l_MODIFIERS_rec;
2229:
2230: END Convert_Miss_To_Null;

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

2253: from_rltd_modifier_id = l_list_line_id);
2254:
2255: BEGIN
2256:
2257: oe_debug_pub.add('begin update child lines');
2258:
2259: l_list_line_id := p_Modifiers_rec.list_line_id;
2260:
2261: IF p_MODIFIERS_rec.list_line_type_code = 'PBH' THEN

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

2269:
2270: EXIT WHEN C_child_records%NOTFOUND;
2271:
2272:
2273: oe_debug_pub.add('update child lines'||to_char(p_MODIFIERS_rec.list_line_id));
2274:
2275: --fix for bug 1407684 unique index on list_line_no
2276: update qp_list_lines set
2277: -- list_line_no = p_MODIFIERS_rec.list_line_no

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

2301: ELSIF p_MODIFIERS_rec.list_line_type_code IN ( 'OID','PRG') THEN
2302:
2303: -- l_modifier_grp_type := '('BENEFIT', 'QUALIFIER')';
2304:
2305: oe_debug_pub.add('update child lines'||to_char(p_MODIFIERS_rec.list_line_id));
2306:
2307:
2308: --update OID child records
2309:

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

2351: null;
2352:
2353: END IF;
2354:
2355: oe_debug_pub.add('end update child lines');
2356:
2357: EXCEPTION
2358:
2359: WHEN OTHERS THEN

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

2366: );
2367: END IF;
2368:
2369: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2370: oe_debug_pub.add('exp update child lines');
2371:
2372: END UPDATE_CHILD_LINES;
2373:
2374:

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

2390: l_check_active_flag VARCHAR2(1); /* Accumulation */
2391: l_active_flag VARCHAR2(1); /* Accumulation */
2392: BEGIN
2393:
2394: oe_debug_pub.add('BEGIN Update_Row in QPXUMLLB');
2395: IF (p_MODIFIERS_rec.accum_attribute IS NOT NULL AND
2396: p_MODIFIERS_rec.accum_attribute <> FND_API.G_MISS_CHAR) THEN
2397: v_accum_context := 'VOLUME';
2398:

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

2527:
2528:
2529: if p_Modifiers_rec.list_line_type_code in ('PBH', 'OID', 'PRG') then
2530: --update child lines
2531: oe_debug_pub.add('start update child'||p_modifiers_rec.list_line_type_code);
2532: update_child_lines(p_Modifiers_rec);
2533: oe_debug_pub.add('end update child'||p_modifiers_rec.list_line_type_code);
2534:
2535: else

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

2529: if p_Modifiers_rec.list_line_type_code in ('PBH', 'OID', 'PRG') then
2530: --update child lines
2531: oe_debug_pub.add('start update child'||p_modifiers_rec.list_line_type_code);
2532: update_child_lines(p_Modifiers_rec);
2533: oe_debug_pub.add('end update child'||p_modifiers_rec.list_line_type_code);
2534:
2535: else
2536:
2537: null;

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

2555: END IF;
2556: END IF;
2557: /* Accumulation End */
2558:
2559: oe_debug_pub.add('END Update_Row in QPXUMLLB');
2560:
2561: EXCEPTION
2562:
2563: WHEN DUP_VAL_ON_INDEX THEN

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

2595: l_check_active_flag VARCHAR2(1); /* Accumulation */
2596: l_active_flag VARCHAR2(1); /* Accumulation */
2597: BEGIN
2598:
2599: oe_debug_pub.add('BEGIN Insert_Row in QPXUMLLB'||p_MODIFIERS_rec.list_line_type_code);
2600:
2601: IF (p_MODIFIERS_rec.accum_attribute IS NOT NULL AND
2602: p_MODIFIERS_rec.accum_attribute <> FND_API.G_MISS_CHAR) THEN
2603: v_accum_context := 'VOLUME';

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

2835:
2836: IF p_Modifiers_rec.list_line_type_code = 'CIE' then
2837:
2838: --create default coupon qualifier
2839: oe_debug_pub.add('IN Def Qualifier in QPXUMLLB');
2840:
2841: QP_QP_Form_Modifier_List.Create_GSA_Qual(p_MODIFIERS_rec.LIST_HEADER_ID ,
2842: p_MODIFIERS_rec.TO_RLTD_MODIFIER_ID ,
2843: 'COUPON',

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

2843: 'COUPON',
2844: l_return_status );
2845: END IF;
2846:
2847: oe_debug_pub.add('UMLLB l_ret_sts create_gsa_qual '||l_return_status);
2848: /*added this code to raise exception if qualifier does not get created-spgopal*/
2849: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2850: FND_MESSAGE.SET_NAME('QP','QP_PE_QUALIFIERS');
2851: OE_MSG_PUB.Add;

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

2876: END IF;
2877: END IF;
2878: /* Accumulation End */
2879:
2880: oe_debug_pub.add('END Insert_Row in QPXUMLLB');
2881:
2882: EXCEPTION
2883:
2884: WHEN DUP_VAL_ON_INDEX THEN

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

2908: )
2909: IS
2910: BEGIN
2911:
2912: oe_debug_pub.add('BEGIN Delete_Row in QPXUMLLB');
2913: oe_debug_pub.add('list line id = '||to_char(p_list_line_id));
2914:
2915: DELETE FROM QP_PRICING_ATTRIBUTES
2916: WHERE LIST_LINE_ID = p_list_line_id;

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

2909: IS
2910: BEGIN
2911:
2912: oe_debug_pub.add('BEGIN Delete_Row in QPXUMLLB');
2913: oe_debug_pub.add('list line id = '||to_char(p_list_line_id));
2914:
2915: DELETE FROM QP_PRICING_ATTRIBUTES
2916: WHERE LIST_LINE_ID = p_list_line_id;
2917:

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

2923:
2924: DELETE FROM QP_LIST_LINES
2925: WHERE LIST_LINE_ID = p_list_line_id ;
2926:
2927: oe_debug_pub.add('END Delete_Row in QPXUMLLB');
2928:
2929: EXCEPTION
2930:
2931: WHEN OTHERS THEN

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

3149:
3150:
3151: BEGIN
3152:
3153: oe_debug_pub.add('BEGIN Query_Rows in QPXUMLLB');
3154: oe_debug_pub.add('list line = '||to_char(p_list_line_id));
3155: oe_debug_pub.add('list hdr = '||to_char(p_list_header_id));
3156:
3157: IF

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

3150:
3151: BEGIN
3152:
3153: oe_debug_pub.add('BEGIN Query_Rows in QPXUMLLB');
3154: oe_debug_pub.add('list line = '||to_char(p_list_line_id));
3155: oe_debug_pub.add('list hdr = '||to_char(p_list_header_id));
3156:
3157: IF
3158: (p_list_line_id IS NOT NULL

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

3151: BEGIN
3152:
3153: oe_debug_pub.add('BEGIN Query_Rows in QPXUMLLB');
3154: oe_debug_pub.add('list line = '||to_char(p_list_line_id));
3155: oe_debug_pub.add('list hdr = '||to_char(p_list_header_id));
3156:
3157: IF
3158: (p_list_line_id IS NOT NULL
3159: AND

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

3176:
3177: END IF;
3178:
3179:
3180: oe_debug_pub.add('before FOR loooop');
3181: -- Loop over fetched records
3182:
3183: FOR l_implicit_rec IN l_MODIFIERS_csr LOOP
3184:

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

3181: -- Loop over fetched records
3182:
3183: FOR l_implicit_rec IN l_MODIFIERS_csr LOOP
3184:
3185: oe_debug_pub.add('loooop - 00');
3186: l_MODIFIERS_rec.arithmetic_operator := l_implicit_rec.ARITHMETIC_OPERATOR;
3187: l_MODIFIERS_rec.attribute1 := l_implicit_rec.ATTRIBUTE1;
3188: l_MODIFIERS_rec.attribute10 := l_implicit_rec.ATTRIBUTE10;
3189: l_MODIFIERS_rec.attribute11 := l_implicit_rec.ATTRIBUTE11;

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

3270: l_MODIFIERS_rec.continuous_price_break_flag := l_implicit_rec.continuous_price_break_flag;
3271:
3272: Begin
3273:
3274: oe_debug_pub.add('before RLTD loooop');
3275:
3276: SELECT RLTD_MODIFIER_GRP_NO
3277: , RLTD_MODIFIER_GRP_TYPE
3278: , FROM_RLTD_MODIFIER_ID

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

3291: WHERE TO_RLTD_MODIFIER_ID = l_implicit_rec.LIST_LINE_ID );
3292:
3293: Exception
3294: when no_data_found then
3295: oe_debug_pub.add('no dataaaaa');
3296: null;
3297: end;
3298:
3299: l_MODIFIERS_tbl(l_MODIFIERS_tbl.COUNT + 1) := l_MODIFIERS_rec;

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

3313: RAISE NO_DATA_FOUND;
3314: END IF;
3315:
3316:
3317: oe_debug_pub.add('END Query_Rows in QPXUMLLB');
3318:
3319: -- Return fetched table
3320:
3321: RETURN l_MODIFIERS_tbl;

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

3351: IS
3352: l_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
3353: BEGIN
3354:
3355: oe_debug_pub.add('BEGIN Lock_Row in QPXUMLLB');
3356:
3357: SELECT ARITHMETIC_OPERATOR
3358: , ATTRIBUTE1
3359: , ATTRIBUTE10

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

3523: FROM QP_LIST_LINES
3524: WHERE LIST_LINE_ID = p_MODIFIERS_rec.list_line_id
3525: FOR UPDATE NOWAIT;
3526:
3527: oe_debug_pub.add('list_line_id:'||l_MODIFIERS_rec.list_line_id||':'||p_MODIFIERS_rec.list_line_id);
3528: oe_debug_pub.add('price_brk:'||l_MODIFIERS_rec.price_break_type_code||':'||p_MODIFIERS_rec.price_break_type_code);
3529: oe_debug_pub.add('estim_accr:'||l_MODIFIERS_rec.estim_accrual_rate||':'||p_MODIFIERS_rec.estim_accrual_rate);
3530: oe_debug_pub.add('accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':'||p_MODIFIERS_rec.accrual_flag);
3531: oe_debug_pub.add('benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':'||p_MODIFIERS_rec.benefit_price_list_line_id);

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

3524: WHERE LIST_LINE_ID = p_MODIFIERS_rec.list_line_id
3525: FOR UPDATE NOWAIT;
3526:
3527: oe_debug_pub.add('list_line_id:'||l_MODIFIERS_rec.list_line_id||':'||p_MODIFIERS_rec.list_line_id);
3528: oe_debug_pub.add('price_brk:'||l_MODIFIERS_rec.price_break_type_code||':'||p_MODIFIERS_rec.price_break_type_code);
3529: oe_debug_pub.add('estim_accr:'||l_MODIFIERS_rec.estim_accrual_rate||':'||p_MODIFIERS_rec.estim_accrual_rate);
3530: oe_debug_pub.add('accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':'||p_MODIFIERS_rec.accrual_flag);
3531: oe_debug_pub.add('benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':'||p_MODIFIERS_rec.benefit_price_list_line_id);
3532: oe_debug_pub.add('include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':'||p_MODIFIERS_rec.include_on_returns_flag);

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

3525: FOR UPDATE NOWAIT;
3526:
3527: oe_debug_pub.add('list_line_id:'||l_MODIFIERS_rec.list_line_id||':'||p_MODIFIERS_rec.list_line_id);
3528: oe_debug_pub.add('price_brk:'||l_MODIFIERS_rec.price_break_type_code||':'||p_MODIFIERS_rec.price_break_type_code);
3529: oe_debug_pub.add('estim_accr:'||l_MODIFIERS_rec.estim_accrual_rate||':'||p_MODIFIERS_rec.estim_accrual_rate);
3530: oe_debug_pub.add('accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':'||p_MODIFIERS_rec.accrual_flag);
3531: oe_debug_pub.add('benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':'||p_MODIFIERS_rec.benefit_price_list_line_id);
3532: oe_debug_pub.add('include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':'||p_MODIFIERS_rec.include_on_returns_flag);
3533: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block

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

3526:
3527: oe_debug_pub.add('list_line_id:'||l_MODIFIERS_rec.list_line_id||':'||p_MODIFIERS_rec.list_line_id);
3528: oe_debug_pub.add('price_brk:'||l_MODIFIERS_rec.price_break_type_code||':'||p_MODIFIERS_rec.price_break_type_code);
3529: oe_debug_pub.add('estim_accr:'||l_MODIFIERS_rec.estim_accrual_rate||':'||p_MODIFIERS_rec.estim_accrual_rate);
3530: oe_debug_pub.add('accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':'||p_MODIFIERS_rec.accrual_flag);
3531: oe_debug_pub.add('benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':'||p_MODIFIERS_rec.benefit_price_list_line_id);
3532: oe_debug_pub.add('include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':'||p_MODIFIERS_rec.include_on_returns_flag);
3533: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3534: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator'||l_MODIFIERS_rec.arithmetic_operator||':');

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

3527: oe_debug_pub.add('list_line_id:'||l_MODIFIERS_rec.list_line_id||':'||p_MODIFIERS_rec.list_line_id);
3528: oe_debug_pub.add('price_brk:'||l_MODIFIERS_rec.price_break_type_code||':'||p_MODIFIERS_rec.price_break_type_code);
3529: oe_debug_pub.add('estim_accr:'||l_MODIFIERS_rec.estim_accrual_rate||':'||p_MODIFIERS_rec.estim_accrual_rate);
3530: oe_debug_pub.add('accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':'||p_MODIFIERS_rec.accrual_flag);
3531: oe_debug_pub.add('benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':'||p_MODIFIERS_rec.benefit_price_list_line_id);
3532: oe_debug_pub.add('include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':'||p_MODIFIERS_rec.include_on_returns_flag);
3533: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3534: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator'||l_MODIFIERS_rec.arithmetic_operator||':');
3535: oe_debug_pub.add('p_MODIFIERS_rec.attribute1'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1'||l_MODIFIERS_rec.attribute1||':');

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

3528: oe_debug_pub.add('price_brk:'||l_MODIFIERS_rec.price_break_type_code||':'||p_MODIFIERS_rec.price_break_type_code);
3529: oe_debug_pub.add('estim_accr:'||l_MODIFIERS_rec.estim_accrual_rate||':'||p_MODIFIERS_rec.estim_accrual_rate);
3530: oe_debug_pub.add('accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':'||p_MODIFIERS_rec.accrual_flag);
3531: oe_debug_pub.add('benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':'||p_MODIFIERS_rec.benefit_price_list_line_id);
3532: oe_debug_pub.add('include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':'||p_MODIFIERS_rec.include_on_returns_flag);
3533: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3534: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator'||l_MODIFIERS_rec.arithmetic_operator||':');
3535: oe_debug_pub.add('p_MODIFIERS_rec.attribute1'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1'||l_MODIFIERS_rec.attribute1||':');
3536: oe_debug_pub.add('p_MODIFIERS_rec.attribute10'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10'||l_MODIFIERS_rec.attribute10||':');

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

3530: oe_debug_pub.add('accrual_flag:'||l_MODIFIERS_rec.accrual_flag||':'||p_MODIFIERS_rec.accrual_flag);
3531: oe_debug_pub.add('benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':'||p_MODIFIERS_rec.benefit_price_list_line_id);
3532: oe_debug_pub.add('include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':'||p_MODIFIERS_rec.include_on_returns_flag);
3533: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3534: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator'||l_MODIFIERS_rec.arithmetic_operator||':');
3535: oe_debug_pub.add('p_MODIFIERS_rec.attribute1'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1'||l_MODIFIERS_rec.attribute1||':');
3536: oe_debug_pub.add('p_MODIFIERS_rec.attribute10'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10'||l_MODIFIERS_rec.attribute10||':');
3537: oe_debug_pub.add('p_MODIFIERS_rec.attribute11'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11'||l_MODIFIERS_rec.attribute11||':');
3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');

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

3531: oe_debug_pub.add('benefit_price_list_line_id:'||l_MODIFIERS_rec.benefit_price_list_line_id||':'||p_MODIFIERS_rec.benefit_price_list_line_id);
3532: oe_debug_pub.add('include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':'||p_MODIFIERS_rec.include_on_returns_flag);
3533: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3534: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator'||l_MODIFIERS_rec.arithmetic_operator||':');
3535: oe_debug_pub.add('p_MODIFIERS_rec.attribute1'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1'||l_MODIFIERS_rec.attribute1||':');
3536: oe_debug_pub.add('p_MODIFIERS_rec.attribute10'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10'||l_MODIFIERS_rec.attribute10||':');
3537: oe_debug_pub.add('p_MODIFIERS_rec.attribute11'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11'||l_MODIFIERS_rec.attribute11||':');
3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');
3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');

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

3532: oe_debug_pub.add('include_on_returns_flag:'||l_MODIFIERS_rec.include_on_returns_flag||':'||p_MODIFIERS_rec.include_on_returns_flag);
3533: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3534: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator'||l_MODIFIERS_rec.arithmetic_operator||':');
3535: oe_debug_pub.add('p_MODIFIERS_rec.attribute1'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1'||l_MODIFIERS_rec.attribute1||':');
3536: oe_debug_pub.add('p_MODIFIERS_rec.attribute10'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10'||l_MODIFIERS_rec.attribute10||':');
3537: oe_debug_pub.add('p_MODIFIERS_rec.attribute11'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11'||l_MODIFIERS_rec.attribute11||':');
3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');
3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');
3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');

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

3533: -- smbalara Fix for Bug 6340093 - messages added for debugging oe_lock_row issue in the modifier lines block
3534: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator'||l_MODIFIERS_rec.arithmetic_operator||':');
3535: oe_debug_pub.add('p_MODIFIERS_rec.attribute1'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1'||l_MODIFIERS_rec.attribute1||':');
3536: oe_debug_pub.add('p_MODIFIERS_rec.attribute10'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10'||l_MODIFIERS_rec.attribute10||':');
3537: oe_debug_pub.add('p_MODIFIERS_rec.attribute11'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11'||l_MODIFIERS_rec.attribute11||':');
3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');
3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');
3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');
3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');

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

3534: oe_debug_pub.add('p_MODIFIERS_rec.arithmetic_operator'||p_MODIFIERS_rec.arithmetic_operator||':'||'l_MODIFIERS_rec.arithmetic_operator'||l_MODIFIERS_rec.arithmetic_operator||':');
3535: oe_debug_pub.add('p_MODIFIERS_rec.attribute1'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1'||l_MODIFIERS_rec.attribute1||':');
3536: oe_debug_pub.add('p_MODIFIERS_rec.attribute10'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10'||l_MODIFIERS_rec.attribute10||':');
3537: oe_debug_pub.add('p_MODIFIERS_rec.attribute11'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11'||l_MODIFIERS_rec.attribute11||':');
3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');
3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');
3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');
3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');
3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');

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

3535: oe_debug_pub.add('p_MODIFIERS_rec.attribute1'||p_MODIFIERS_rec.attribute1||':'||'l_MODIFIERS_rec.attribute1'||l_MODIFIERS_rec.attribute1||':');
3536: oe_debug_pub.add('p_MODIFIERS_rec.attribute10'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10'||l_MODIFIERS_rec.attribute10||':');
3537: oe_debug_pub.add('p_MODIFIERS_rec.attribute11'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11'||l_MODIFIERS_rec.attribute11||':');
3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');
3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');
3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');
3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');
3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');
3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');

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

3536: oe_debug_pub.add('p_MODIFIERS_rec.attribute10'||p_MODIFIERS_rec.attribute10||':'||'l_MODIFIERS_rec.attribute10'||l_MODIFIERS_rec.attribute10||':');
3537: oe_debug_pub.add('p_MODIFIERS_rec.attribute11'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11'||l_MODIFIERS_rec.attribute11||':');
3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');
3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');
3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');
3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');
3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');
3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');
3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');

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

3537: oe_debug_pub.add('p_MODIFIERS_rec.attribute11'||p_MODIFIERS_rec.attribute11||':'||'l_MODIFIERS_rec.attribute11'||l_MODIFIERS_rec.attribute11||':');
3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');
3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');
3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');
3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');
3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');
3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');
3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');
3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');

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

3538: oe_debug_pub.add('p_MODIFIERS_rec.attribute12'||p_MODIFIERS_rec.attribute12||':'||'l_MODIFIERS_rec.attribute12'||l_MODIFIERS_rec.attribute12||':');
3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');
3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');
3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');
3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');
3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');
3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');
3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');
3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');

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

3539: oe_debug_pub.add('p_MODIFIERS_rec.attribute13'||p_MODIFIERS_rec.attribute13||':'||'l_MODIFIERS_rec.attribute13'||l_MODIFIERS_rec.attribute13||':');
3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');
3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');
3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');
3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');
3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');
3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');
3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');
3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');

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

3540: oe_debug_pub.add('p_MODIFIERS_rec.attribute14'||p_MODIFIERS_rec.attribute14||':'||'l_MODIFIERS_rec.attribute14'||l_MODIFIERS_rec.attribute14||':');
3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');
3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');
3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');
3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');
3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');
3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');
3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');
3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');

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

3541: oe_debug_pub.add('p_MODIFIERS_rec.attribute15'||p_MODIFIERS_rec.attribute15||':'||'l_MODIFIERS_rec.attribute15'||l_MODIFIERS_rec.attribute15||':');
3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');
3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');
3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');
3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');
3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');
3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');
3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');
3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');

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

3542: oe_debug_pub.add('p_MODIFIERS_rec.attribute2'||p_MODIFIERS_rec.attribute2||':'||'l_MODIFIERS_rec.attribute2'||l_MODIFIERS_rec.attribute2||':');
3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');
3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');
3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');
3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');
3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');
3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');
3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');
3550: 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 3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');

3543: oe_debug_pub.add('p_MODIFIERS_rec.attribute3'||p_MODIFIERS_rec.attribute3||':'||'l_MODIFIERS_rec.attribute3'||l_MODIFIERS_rec.attribute3||':');
3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');
3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');
3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');
3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');
3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');
3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');
3550: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag'||l_MODIFIERS_rec.automatic_flag||':');
3551: 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 3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');

3544: oe_debug_pub.add('p_MODIFIERS_rec.attribute4'||p_MODIFIERS_rec.attribute4||':'||'l_MODIFIERS_rec.attribute4'||l_MODIFIERS_rec.attribute4||':');
3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');
3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');
3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');
3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');
3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');
3550: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag'||l_MODIFIERS_rec.automatic_flag||':');
3551: 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||':');
3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');

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

3545: oe_debug_pub.add('p_MODIFIERS_rec.attribute5'||p_MODIFIERS_rec.attribute5||':'||'l_MODIFIERS_rec.attribute5'||l_MODIFIERS_rec.attribute5||':');
3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');
3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');
3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');
3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');
3550: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag'||l_MODIFIERS_rec.automatic_flag||':');
3551: 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||':');
3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');
3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');

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

3546: oe_debug_pub.add('p_MODIFIERS_rec.attribute6'||p_MODIFIERS_rec.attribute6||':'||'l_MODIFIERS_rec.attribute6'||l_MODIFIERS_rec.attribute6||':');
3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');
3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');
3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');
3550: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag'||l_MODIFIERS_rec.automatic_flag||':');
3551: 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||':');
3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');
3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');
3554: 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 3551: 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||':');

3547: oe_debug_pub.add('p_MODIFIERS_rec.attribute7'||p_MODIFIERS_rec.attribute7||':'||'l_MODIFIERS_rec.attribute7'||l_MODIFIERS_rec.attribute7||':');
3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');
3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');
3550: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag'||l_MODIFIERS_rec.automatic_flag||':');
3551: 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||':');
3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');
3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');
3554: 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||':');
3555: 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 3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');

3548: oe_debug_pub.add('p_MODIFIERS_rec.attribute8'||p_MODIFIERS_rec.attribute8||':'||'l_MODIFIERS_rec.attribute8'||l_MODIFIERS_rec.attribute8||':');
3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');
3550: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag'||l_MODIFIERS_rec.automatic_flag||':');
3551: 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||':');
3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');
3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');
3554: 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||':');
3555: 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||':');
3556: 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 3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');

3549: oe_debug_pub.add('p_MODIFIERS_rec.attribute9'||p_MODIFIERS_rec.attribute9||':'||'l_MODIFIERS_rec.attribute9'||l_MODIFIERS_rec.attribute9||':');
3550: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag'||l_MODIFIERS_rec.automatic_flag||':');
3551: 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||':');
3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');
3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');
3554: 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||':');
3555: 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||':');
3556: 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||':');
3557: 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 3554: 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||':');

3550: oe_debug_pub.add('p_MODIFIERS_rec.automatic_flag'||p_MODIFIERS_rec.automatic_flag||':'||'l_MODIFIERS_rec.automatic_flag'||l_MODIFIERS_rec.automatic_flag||':');
3551: 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||':');
3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');
3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');
3554: 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||':');
3555: 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||':');
3556: 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||':');
3557: 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||':');
3558: 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 3555: 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||':');

3551: 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||':');
3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');
3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');
3554: 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||':');
3555: 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||':');
3556: 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||':');
3557: 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||':');
3558: 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||':');
3559: 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 3556: 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||':');

3552: oe_debug_pub.add('p_MODIFIERS_rec.comments'||p_MODIFIERS_rec.comments||':'||'l_MODIFIERS_rec.comments'||l_MODIFIERS_rec.comments||':');
3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');
3554: 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||':');
3555: 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||':');
3556: 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||':');
3557: 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||':');
3558: 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||':');
3559: 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||':');
3560: 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 3557: 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||':');

3553: oe_debug_pub.add('p_MODIFIERS_rec.context'||p_MODIFIERS_rec.context||':'||'l_MODIFIERS_rec.context'||l_MODIFIERS_rec.context||':');
3554: 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||':');
3555: 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||':');
3556: 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||':');
3557: 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||':');
3558: 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||':');
3559: 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||':');
3560: 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||':');
3561: 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 3558: 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||':');

3554: 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||':');
3555: 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||':');
3556: 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||':');
3557: 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||':');
3558: 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||':');
3559: 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||':');
3560: 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||':');
3561: 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||':');
3562: 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 3559: 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||':');

3555: 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||':');
3556: 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||':');
3557: 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||':');
3558: 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||':');
3559: 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||':');
3560: 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||':');
3561: 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||':');
3562: 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||':');
3563: 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 3560: 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||':');

3556: 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||':');
3557: 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||':');
3558: 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||':');
3559: 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||':');
3560: 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||':');
3561: 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||':');
3562: 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||':');
3563: 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||':');
3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');

Line 3561: 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||':');

3557: 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||':');
3558: 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||':');
3559: 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||':');
3560: 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||':');
3561: 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||':');
3562: 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||':');
3563: 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||':');
3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');
3565: 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 3562: 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||':');

3558: 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||':');
3559: 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||':');
3560: 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||':');
3561: 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||':');
3562: 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||':');
3563: 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||':');
3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');
3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');
3566: 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 3563: 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||':');

3559: 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||':');
3560: 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||':');
3561: 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||':');
3562: 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||':');
3563: 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||':');
3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');
3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');
3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');
3567: 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 3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');

3560: 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||':');
3561: 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||':');
3562: 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||':');
3563: 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||':');
3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');
3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');
3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');
3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');
3568: 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 3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');

3561: 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||':');
3562: 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||':');
3563: 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||':');
3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');
3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');
3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');
3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');
3568: 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||':');
3569: 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 3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');

3562: 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||':');
3563: 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||':');
3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');
3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');
3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');
3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');
3568: 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||':');
3569: 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||':');
3570: 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 3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');

3563: 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||':');
3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');
3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');
3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');
3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');
3568: 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||':');
3569: 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||':');
3570: 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||':');
3571: 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 3568: 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||':');

3564: oe_debug_pub.add('p_MODIFIERS_rec.operand'||p_MODIFIERS_rec.operand||':'||'l_MODIFIERS_rec.operand'||l_MODIFIERS_rec.operand||':');
3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');
3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');
3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');
3568: 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||':');
3569: 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||':');
3570: 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||':');
3571: 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||':');
3572: 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 3569: 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||':');

3565: oe_debug_pub.add('p_MODIFIERS_rec.organization_id'||p_MODIFIERS_rec.organization_id||':'||'l_MODIFIERS_rec.organization_id'||l_MODIFIERS_rec.organization_id||':');
3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');
3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');
3568: 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||':');
3569: 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||':');
3570: 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||':');
3571: 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||':');
3572: 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||':');
3573: 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 3570: 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||':');

3566: oe_debug_pub.add('p_MODIFIERS_rec.override_flag'||p_MODIFIERS_rec.override_flag||':'||'l_MODIFIERS_rec.override_flag'||l_MODIFIERS_rec.override_flag||':');
3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');
3568: 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||':');
3569: 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||':');
3570: 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||':');
3571: 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||':');
3572: 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||':');
3573: 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||':');
3574: 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 3571: 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||':');

3567: oe_debug_pub.add('p_MODIFIERS_rec.percent_price'||p_MODIFIERS_rec.percent_price||':'||'l_MODIFIERS_rec.percent_price'||l_MODIFIERS_rec.percent_price||':');
3568: 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||':');
3569: 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||':');
3570: 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||':');
3571: 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||':');
3572: 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||':');
3573: 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||':');
3574: 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||':');
3575: 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 3572: 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||':');

3568: 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||':');
3569: 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||':');
3570: 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||':');
3571: 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||':');
3572: 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||':');
3573: 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||':');
3574: 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||':');
3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');
3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');

Line 3573: 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||':');

3569: 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||':');
3570: 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||':');
3571: 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||':');
3572: 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||':');
3573: 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||':');
3574: 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||':');
3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');
3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');
3577: 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 3574: 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||':');

3570: 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||':');
3571: 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||':');
3572: 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||':');
3573: 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||':');
3574: 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||':');
3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');
3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');
3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');
3578: 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 3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');

3571: 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||':');
3572: 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||':');
3573: 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||':');
3574: 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||':');
3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');
3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');
3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');
3578: 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||':');
3579: 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 3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');

3572: 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||':');
3573: 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||':');
3574: 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||':');
3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');
3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');
3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');
3578: 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||':');
3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');
3580: 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 3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');

3573: 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||':');
3574: 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||':');
3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');
3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');
3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');
3578: 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||':');
3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');
3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');
3581: 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 3578: 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||':');

3574: 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||':');
3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');
3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');
3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');
3578: 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||':');
3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');
3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');
3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');
3582: 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 3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');

3575: oe_debug_pub.add('p_MODIFIERS_rec.reprice_flag'||p_MODIFIERS_rec.reprice_flag||':'||'l_MODIFIERS_rec.reprice_flag'||l_MODIFIERS_rec.reprice_flag||':');
3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');
3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');
3578: 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||':');
3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');
3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');
3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');
3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');
3583: 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 3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');

3576: oe_debug_pub.add('p_MODIFIERS_rec.revision'||p_MODIFIERS_rec.revision||':'||'l_MODIFIERS_rec.revision'||l_MODIFIERS_rec.revision||':');
3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');
3578: 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||':');
3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');
3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');
3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');
3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');
3583: 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||':');
3584: 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 3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');

3577: oe_debug_pub.add('p_MODIFIERS_rec.revision_date'||p_MODIFIERS_rec.revision_date||':'||'l_MODIFIERS_rec.revision_date'||l_MODIFIERS_rec.revision_date||':');
3578: 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||':');
3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');
3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');
3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');
3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');
3583: 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||':');
3584: 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||':');
3585: 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 3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');

3578: 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||':');
3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');
3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');
3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');
3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');
3583: 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||':');
3584: 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||':');
3585: 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||':');
3586: 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 3583: 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||':');

3579: oe_debug_pub.add('p_MODIFIERS_rec.substitution_attribute'||p_MODIFIERS_rec.substitution_attribute||':'||'l_MODIFIERS_rec.substitution_attribute'||l_MODIFIERS_rec.substitution_attribute||':');
3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');
3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');
3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');
3583: 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||':');
3584: 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||':');
3585: 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||':');
3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');
3587: 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 3584: 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||':');

3580: oe_debug_pub.add('p_MODIFIERS_rec.substitution_context'||p_MODIFIERS_rec.substitution_context||':'||'l_MODIFIERS_rec.substitution_context'||l_MODIFIERS_rec.substitution_context||':');
3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');
3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');
3583: 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||':');
3584: 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||':');
3585: 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||':');
3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');
3587: 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||':');
3588: 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 3585: 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||':');

3581: oe_debug_pub.add('p_MODIFIERS_rec.substitution_value'||p_MODIFIERS_rec.substitution_value||':'||'l_MODIFIERS_rec.substitution_value'||l_MODIFIERS_rec.substitution_value||':');
3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');
3583: 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||':');
3584: 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||':');
3585: 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||':');
3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');
3587: 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||':');
3588: 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||':');
3589: 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 3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');

3582: oe_debug_pub.add('p_MODIFIERS_rec.accrual_flag'||p_MODIFIERS_rec.accrual_flag||':'||'l_MODIFIERS_rec.accrual_flag'||l_MODIFIERS_rec.accrual_flag||':');
3583: 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||':');
3584: 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||':');
3585: 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||':');
3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');
3587: 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||':');
3588: 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||':');
3589: 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||':');
3590: 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 3587: 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||':');

3583: 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||':');
3584: 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||':');
3585: 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||':');
3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');
3587: 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||':');
3588: 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||':');
3589: 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||':');
3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');
3591: 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 3588: 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||':');

3584: 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||':');
3585: 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||':');
3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');
3587: 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||':');
3588: 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||':');
3589: 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||':');
3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');
3591: 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||':');
3592: 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 3589: 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||':');

3585: 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||':');
3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');
3587: 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||':');
3588: 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||':');
3589: 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||':');
3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');
3591: 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||':');
3592: 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||':');
3593: 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 3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');

3586: oe_debug_pub.add('p_MODIFIERS_rec.product_precedence'||p_MODIFIERS_rec.product_precedence||':'||'l_MODIFIERS_rec.product_precedence'||l_MODIFIERS_rec.product_precedence||':');
3587: 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||':');
3588: 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||':');
3589: 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||':');
3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');
3591: 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||':');
3592: 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||':');
3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3594: 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 3591: 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||':');

3587: 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||':');
3588: 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||':');
3589: 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||':');
3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');
3591: 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||':');
3592: 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||':');
3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3594: 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||':');
3595: 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 3592: 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||':');

3588: 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||':');
3589: 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||':');
3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');
3591: 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||':');
3592: 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||':');
3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3594: 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||':');
3595: 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||':');
3596: 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 3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');

3589: 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||':');
3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');
3591: 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||':');
3592: 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||':');
3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3594: 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||':');
3595: 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||':');
3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3597: 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 3594: 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||':');

3590: oe_debug_pub.add('p_MODIFIERS_rec.expiration_date'||p_MODIFIERS_rec.expiration_date||':'||'l_MODIFIERS_rec.expiration_date'||l_MODIFIERS_rec.expiration_date||':');
3591: 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||':');
3592: 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||':');
3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3594: 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||':');
3595: 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||':');
3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3597: 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||':');
3598: 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 3595: 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||':');

3591: 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||':');
3592: 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||':');
3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3594: 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||':');
3595: 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||':');
3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3597: 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||':');
3598: 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||':');
3599: 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 3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');

3592: 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||':');
3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3594: 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||':');
3595: 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||':');
3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3597: 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||':');
3598: 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||':');
3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');
3600: 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 3597: 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||':');

3593: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3594: 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||':');
3595: 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||':');
3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3597: 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||':');
3598: 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||':');
3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');
3600: 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||':');
3601: 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 3598: 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||':');

3594: 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||':');
3595: 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||':');
3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3597: 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||':');
3598: 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||':');
3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');
3600: 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||':');
3601: 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||':');
3602: 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 3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');

3595: 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||':');
3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3597: 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||':');
3598: 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||':');
3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');
3600: 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||':');
3601: 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||':');
3602: 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||':');
3603: 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 3600: 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||':');

3596: oe_debug_pub.add('p_MODIFIERS_rec.benefit_limit'||p_MODIFIERS_rec.benefit_limit||':'||'l_MODIFIERS_rec.benefit_limit'||l_MODIFIERS_rec.benefit_limit||':');
3597: 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||':');
3598: 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||':');
3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');
3600: 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||':');
3601: 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||':');
3602: 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||':');
3603: 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||':');
3604:

Line 3601: 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||':');

3597: 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||':');
3598: 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||':');
3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');
3600: 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||':');
3601: 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||':');
3602: 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||':');
3603: 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||':');
3604:
3605: -- Row locked. Compare IN attributes to DB attributes.

Line 3602: 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||':');

3598: 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||':');
3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');
3600: 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||':');
3601: 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||':');
3602: 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||':');
3603: 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||':');
3604:
3605: -- Row locked. Compare IN attributes to DB attributes.
3606:

Line 3603: 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||':');

3599: oe_debug_pub.add('p_MODIFIERS_rec.benefit_qty'||p_MODIFIERS_rec.benefit_qty||':'||'l_MODIFIERS_rec.benefit_qty'||l_MODIFIERS_rec.benefit_qty||':');
3600: 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||':');
3601: 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||':');
3602: 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||':');
3603: 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||':');
3604:
3605: -- Row locked. Compare IN attributes to DB attributes.
3606:
3607: IF

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

3803: END IF;
3804:
3805: END IF;
3806:
3807: oe_debug_pub.add('END Lock_Row in QPXUMLLB');
3808:
3809: EXCEPTION
3810:
3811: WHEN NO_DATA_FOUND THEN

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

3857: IS
3858: l_MODIFIERS_val_rec QP_Modifiers_PUB.Modifiers_Val_Rec_Type;
3859: BEGIN
3860:
3861: oe_debug_pub.add('BEGIN Get_Values in QPXUMLLB');
3862:
3863: IF p_MODIFIERS_rec.automatic_flag IS NOT NULL AND
3864: p_MODIFIERS_rec.automatic_flag <> FND_API.G_MISS_CHAR AND
3865: NOT QP_GLOBALS.Equal(p_MODIFIERS_rec.automatic_flag,

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

4049: ( p_revision_reason_code => p_MODIFIERS_rec.revision_reason_code
4050: );
4051: END IF;
4052:
4053: oe_debug_pub.add('END Get_Values in QPXUMLLB');
4054:
4055: RETURN l_MODIFIERS_val_rec;
4056:
4057: END Get_Values;

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

4065: IS
4066: l_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
4067: BEGIN
4068:
4069: oe_debug_pub.add('BEGIN Get_Ids in QPXUMLLB');
4070:
4071: -- initialize return_status.
4072:
4073: l_MODIFIERS_rec.return_status := FND_API.G_RET_STS_SUCCESS;

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

4646:
4647: END IF;
4648:
4649:
4650: oe_debug_pub.add('END Get_Ids in QPXUMLLB');
4651:
4652: RETURN l_MODIFIERS_rec;
4653:
4654: END Get_Ids;

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

4673: l_pricing_phase_id number;
4674: */
4675: BEGIN
4676:
4677: oe_debug_pub.Add('Entering QP_MODIFIERS_Util.pre_write_process', 1);
4678:
4679: x_MODIFIERS_rec := l_MODIFIERS_rec;
4680:
4681: IF ( p_MODIFIERS_rec.operation IN

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

4680:
4681: IF ( p_MODIFIERS_rec.operation IN
4682: (OE_GLOBALS.G_OPR_CREATE, OE_GLOBALS.G_OPR_UPDATE)) THEN
4683:
4684: oe_debug_pub.add('request to update QP_PRICING_PHASES '||l_parent_line_type, 1);
4685:
4686: IF p_MODIFIERS_rec.list_line_type_code IN ('RLTD','OID','CIE','TSN','IUE','PRG','FREIGHT_CHARGE')
4687: OR p_MODIFIERS_rec.modifier_level_code = 'LINEGROUP' THEN
4688:

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

4685:
4686: IF p_MODIFIERS_rec.list_line_type_code IN ('RLTD','OID','CIE','TSN','IUE','PRG','FREIGHT_CHARGE')
4687: OR p_MODIFIERS_rec.modifier_level_code = 'LINEGROUP' THEN
4688:
4689: oe_debug_pub.add('Logging a request to update QP_PRICING_PHASES ', 1);
4690: --------------------------------- fix for bug 3756625
4691: l_call_from :=1;
4692: if((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_CREATE)) or
4693: ((p_MODIFIERS_rec.operation) IN(OE_GLOBALS.G_OPR_UPDATE) and

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

4767: -- Essilor Fix bug 2789138
4768: IF p_MODIFIERS_rec.list_line_type_code <> 'PMR' AND
4769: p_MODIFIERS_rec.operation = OE_GLOBALS.G_OPR_CREATE then
4770:
4771: oe_debug_pub.add('request to update G_UPDATE_MANUAL_MODIFIER_FLAG '||l_parent_line_type, 1);
4772: oe_debug_pub.add('Logging a request to update G_UPDATE_MANUAL_MODIFIER_FLAG ', 1);
4773:
4774: qp_delayed_requests_PVT.log_request(
4775: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,

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

4768: IF p_MODIFIERS_rec.list_line_type_code <> 'PMR' AND
4769: p_MODIFIERS_rec.operation = OE_GLOBALS.G_OPR_CREATE then
4770:
4771: oe_debug_pub.add('request to update G_UPDATE_MANUAL_MODIFIER_FLAG '||l_parent_line_type, 1);
4772: oe_debug_pub.add('Logging a request to update G_UPDATE_MANUAL_MODIFIER_FLAG ', 1);
4773:
4774: qp_delayed_requests_PVT.log_request(
4775: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
4776: p_entity_id => p_MODIFIERS_rec.list_line_id,