DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_CONFIG_PVT

Line 1066: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(l_count):= p_x_line_rec.line_id;

1062: oe_debug_pub.ADD('LINE ID : '||p_x_line_rec.line_id,2);
1063: end if;
1064: p_x_line_rec.explosion_date := null;
1065: l_count := l_count + 1;
1066: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(l_count):= p_x_line_rec.line_id;
1067: END IF;
1068:
1069: END IF; -- End if phase is fulfillment
1070: -- END QUOTING changes

Line 1639: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(l_count)

1635: if l_debug_level > 0 then
1636: oe_debug_pub.ADD('freeze inc items ' || l_freeze_method,2);
1637: end if;
1638: l_count := l_count + 1;
1639: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(l_count)
1640: := p_x_line_rec.line_id;
1641: END IF;
1642: END IF; -- End if phase is fulfillment
1643: -- END QUOTING changes

Line 2055: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(l_count):= p_x_line_rec.line_id;

2051: END IF;
2052: /* End DOO Pre Exploded Kit ER 9339742 */
2053: p_x_line_rec.explosion_date := null;
2054: l_count := l_count + 1;
2055: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(l_count):= p_x_line_rec.line_id;
2056: END IF;
2057:
2058: END IF; -- End if phase is fulfillment
2059: -- END QUOTING changes

Line 4790: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(l_count):= p_x_line_rec.line_id;

4786: p_x_line_rec.line_id = p_x_line_rec.top_model_line_id))
4787: THEN
4788: p_x_line_rec.explosion_date := null;
4789: l_count := l_count + 1;
4790: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(l_count):= p_x_line_rec.line_id;
4791: END IF;
4792:
4793: -- log request to calculate commitment
4794: IF p_x_line_rec.commitment_id IS NOT NULL THEN

Line 5444: and (nvl(Oe_Config_Pvt.oecfg_configuration_pricing,'N')='N'))

5440:
5441:
5442: IF ((OE_GLOBALS.G_UI_FLAG)
5443: and OE_GLOBALS.G_DEFER_PRICING='N'
5444: and (nvl(Oe_Config_Pvt.oecfg_configuration_pricing,'N')='N'))
5445: THEN
5446:
5447: l_Price_Control_Rec.pricing_event := 'PRICE';
5448: l_Price_Control_Rec.calculate_flag := QP_PREQ_GRP.G_SEARCH_N_CALCULATE;

Line 5515: and (nvl(Oe_Config_Pvt.oecfg_configuration_pricing,'N')='N'))

5511: oe_debug_pub.ADD('Logging delayed request for pricing');
5512: end if;
5513: IF ((OE_GLOBALS.G_UI_FLAG)
5514: and OE_GLOBALS.G_DEFER_PRICING='N'
5515: and (nvl(Oe_Config_Pvt.oecfg_configuration_pricing,'N')='N'))
5516: OR (p_x_line_rec.item_type_code = 'INCLUDED' and OE_GLOBALS.G_DEFER_PRICING='N')
5517: --RT
5518: and nvl(p_x_line_rec.retrobill_request_id,FND_API.G_MISS_NUM)=FND_API.G_MISS_NUM THEN
5519: if l_debug_level > 0 then

Line 10820: OE_Config_Pvt.Delete_Config

10816:
10817: -- Keep all your dependencies in Delete Dependents Procedure
10818: -- If model is deleted, delete from SPC tables
10819: IF l_line.item_type_code = OE_GLOBALS.G_ITEM_MODEL THEN
10820: OE_Config_Pvt.Delete_Config
10821: ( p_config_hdr_id => l_line.config_header_id,
10822: p_config_rev_nbr => l_line.config_rev_nbr,
10823: x_return_status => l_return_status );
10824: END IF;

Line 11012: OE_Config_Pvt.Delete_Config

11008: IF p_header_id = FND_API.G_MISS_NUM THEN
11009: -- we already have l_line_rec
11010:
11011: IF l_line_rec.item_type_code = OE_GLOBALS.G_ITEM_MODEL THEN
11012: OE_Config_Pvt.Delete_Config
11013: ( p_config_hdr_id => l_line_rec.config_header_id,
11014: p_config_rev_nbr => l_line_rec.config_rev_nbr,
11015: x_return_status => l_return_status );
11016: END IF;

Line 17762: (nvl(Oe_Config_Pvt.oecfg_configuration_pricing,'N')='N') THEN

17758: p_x_line_rec.Ordered_Quantity <> FND_API.G_MISS_NUM THEN
17759:
17760: IF (OE_GLOBALS.G_UI_FLAG) and
17761: OE_GLOBALS.G_DEFER_PRICING='N' and
17762: (nvl(Oe_Config_Pvt.oecfg_configuration_pricing,'N')='N') THEN
17763: if l_debug_level > 0 then
17764: oe_debug_pub.add('ui mode - delete');
17765: end if;
17766: IF p_x_line_rec.booked_flag='Y' THEN --2442012

Line 19353: I := OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.FIRST;

19349:
19350: l_old_recursion_mode := OE_GLOBALS.G_RECURSION_MODE;
19351: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
19352:
19353: I := OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.FIRST;
19354: WHILE I is not null
19355: LOOP
19356: if l_debug_level > 0 then
19357: oe_debug_pub.add(I || ' freeze inc items call looping '||p_x_line_rec.line_id, 4);

Line 19359: IF p_x_line_rec.line_id = OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(I)

19355: LOOP
19356: if l_debug_level > 0 then
19357: oe_debug_pub.add(I || ' freeze inc items call looping '||p_x_line_rec.line_id, 4);
19358: end if;
19359: IF p_x_line_rec.line_id = OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL(I)
19360: THEN
19361: /* Start DOO Pre Exploded Kit ER 9339742 */
19362: IF (OE_GENESIS_UTIL.G_INCOMING_FROM_DOO)
19363: -- p_x_line_rec.pre_exploded_flag = 'Y'

Line 19414: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.DELETE(I);

19410: END IF; -- DOO Preexploded kit ER
19411:
19412: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
19413:
19414: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.DELETE(I);
19415:
19416: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
19417:
19418: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.DELETE;

Line 19418: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.DELETE;

19414: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.DELETE(I);
19415:
19416: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
19417:
19418: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.DELETE;
19419: RAISE FND_API.G_EXC_ERROR;
19420:
19421: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
19422:

Line 19423: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.DELETE;

19419: RAISE FND_API.G_EXC_ERROR;
19420:
19421: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
19422:
19423: OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.DELETE;
19424: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
19425:
19426: END IF;
19427:

Line 19430: I := OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.NEXT(I);

19426: END IF;
19427:
19428: END IF;
19429:
19430: I := OE_Config_Pvt.OE_FREEZE_INC_ITEMS_TBL.NEXT(I);
19431:
19432: END LOOP;
19433:
19434: ------------------------------------------------------------------------

Line 19961: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN

19957: RAISE FND_API.G_EXC_ERROR;
19958: END IF;
19959:
19960:
19961: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN
19962: oe_debug_pub.add('calling modufy inc items', 3);
19963: OE_Config_Pvt.Modify_Included_Items
19964: (x_return_status => l_return_status);
19965: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

Line 19963: OE_Config_Pvt.Modify_Included_Items

19959:
19960:
19961: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN
19962: oe_debug_pub.add('calling modufy inc items', 3);
19963: OE_Config_Pvt.Modify_Included_Items
19964: (x_return_status => l_return_status);
19965: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
19966:
19967: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 19965: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

19961: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN
19962: oe_debug_pub.add('calling modufy inc items', 3);
19963: OE_Config_Pvt.Modify_Included_Items
19964: (x_return_status => l_return_status);
19965: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
19966:
19967: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
19968: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
19969: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 21461: oe_debug_pub.add('validate: ' || OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 3);

21457: oe_debug_pub.add('new sch sts: ' || p_x_line_rec.schedule_status_code,3);
21458: oe_debug_pub.add('old sch sts: ' || p_old_line_rec.schedule_status_code,3);
21459: oe_debug_pub.add('open flag: ' || p_x_line_rec.open_flag,3);
21460: oe_debug_pub.add('cascade: ' || oe_config_util.CASCADE_CHANGES_FLAG, 3);
21461: oe_debug_pub.add('validate: ' || OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 3);
21462: oe_debug_pub.add('ui: ' || OE_CONFIG_UTIL.G_CONFIG_UI_USED, 3);
21463:
21464: oe_debug_pub.add('old qty2: ' || p_old_line_rec.ordered_quantity2, 3); -- INVCONV
21465: oe_debug_pub.add('new qty2: ' || p_x_line_rec.ordered_quantity2, 3);

Line 21711: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y') OR

21707: IF p_x_line_rec.ato_line_id is NOT NULL AND
21708: p_x_line_rec.ato_line_id <> p_x_line_rec.line_id AND
21709: p_x_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_CONFIG AND
21710: ((oe_config_util.CASCADE_CHANGES_FLAG = 'N' AND
21711: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y') OR
21712: OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'Y') AND
21713: l_flag AND
21714: nvl(p_x_line_rec.split_action_code, 'X') <> 'SPLIT' AND -- split update
21715: NOT (p_x_line_rec.split_from_line_id is NOT NULL AND

Line 22065: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y' THEN

22061: p_x_line_rec.item_type_code = OE_GLOBALS.G_ITEM_CLASS OR
22062: (p_x_line_rec.item_type_code = OE_GLOBALS.G_ITEM_KIT AND
22063: p_x_line_rec.line_id <> p_x_line_rec.top_model_line_id)) AND
22064: p_x_line_rec.operation = OE_GLOBALS.G_OPR_DELETE AND
22065: OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y' THEN
22066:
22067: IF l_model_open_flag = 'N' THEN
22068: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_MODEL_CLOSED');
22069: FND_MESSAGE.Set_Token('MODEL', l_model_item);

Line 22125: oe_debug_pub.add('validate flag: '||OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 1);

22121: ---------------- update/create-------------------------------------
22122:
22123: if l_debug_level > 0 then
22124: oe_debug_pub.add('item_type_code: '||p_x_line_rec.item_type_code, 1);
22125: oe_debug_pub.add('validate flag: '||OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG, 1);
22126: end if;
22127:
22128: l_flag := FALSE;
22129:

Line 22165: IF l_flag AND OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y' THEN

22161: l_config_rev_change := 'Y';
22162: l_flag := TRUE;
22163: END IF;
22164:
22165: IF l_flag AND OE_CONFIG_PVT.OECFG_VALIDATE_CONFIG = 'Y' THEN
22166:
22167: if l_debug_level > 0 then
22168: oe_debug_pub.add('p_x_line_rec.operation' || p_x_line_rec.operation, 1);
22169: oe_debug_pub.add

Line 22764: IF NOT OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.EXISTS(l_num) THEN

22760: -- Modified for bug 8636027
22761: -- l_num := p_x_line_rec.line_id;
22762: l_num := mod(p_x_line_rec.line_id, G_BINARY_LIMIT);
22763:
22764: IF NOT OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.EXISTS(l_num) THEN
22765: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1
22766: := FND_API.G_MISS_NUM;
22767: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2
22768: := FND_API.G_MISS_NUM;

Line 22765: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1

22761: -- l_num := p_x_line_rec.line_id;
22762: l_num := mod(p_x_line_rec.line_id, G_BINARY_LIMIT);
22763:
22764: IF NOT OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.EXISTS(l_num) THEN
22765: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1
22766: := FND_API.G_MISS_NUM;
22767: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2
22768: := FND_API.G_MISS_NUM;
22769: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3 := null;

Line 22767: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2

22763:
22764: IF NOT OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.EXISTS(l_num) THEN
22765: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1
22766: := FND_API.G_MISS_NUM;
22767: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2
22768: := FND_API.G_MISS_NUM;
22769: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3 := null;
22770: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4 := null;
22771: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5

Line 22769: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3 := null;

22765: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1
22766: := FND_API.G_MISS_NUM;
22767: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2
22768: := FND_API.G_MISS_NUM;
22769: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3 := null;
22770: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4 := null;
22771: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5
22772: := FND_API.G_MISS_NUM;
22773: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6

Line 22770: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4 := null;

22766: := FND_API.G_MISS_NUM;
22767: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2
22768: := FND_API.G_MISS_NUM;
22769: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3 := null;
22770: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4 := null;
22771: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5
22772: := FND_API.G_MISS_NUM;
22773: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6
22774: := FND_API.G_MISS_NUM;

Line 22771: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5

22767: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2
22768: := FND_API.G_MISS_NUM;
22769: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3 := null;
22770: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4 := null;
22771: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5
22772: := FND_API.G_MISS_NUM;
22773: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6
22774: := FND_API.G_MISS_NUM;
22775: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param7

Line 22773: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6

22769: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3 := null;
22770: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4 := null;
22771: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5
22772: := FND_API.G_MISS_NUM;
22773: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6
22774: := FND_API.G_MISS_NUM;
22775: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param7
22776: := FND_API.G_MISS_NUM;
22777: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param8

Line 22775: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param7

22771: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5
22772: := FND_API.G_MISS_NUM;
22773: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6
22774: := FND_API.G_MISS_NUM;
22775: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param7
22776: := FND_API.G_MISS_NUM;
22777: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param8
22778: := FND_API.G_MISS_NUM;
22779: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param9

Line 22777: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param8

22773: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6
22774: := FND_API.G_MISS_NUM;
22775: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param7
22776: := FND_API.G_MISS_NUM;
22777: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param8
22778: := FND_API.G_MISS_NUM;
22779: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param9
22780: := FND_API.G_MISS_NUM;
22781: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).date_param1

Line 22779: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param9

22775: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param7
22776: := FND_API.G_MISS_NUM;
22777: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param8
22778: := FND_API.G_MISS_NUM;
22779: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param9
22780: := FND_API.G_MISS_NUM;
22781: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).date_param1
22782: := FND_API.G_MISS_DATE;
22783: END IF;

Line 22781: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).date_param1

22777: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param8
22778: := FND_API.G_MISS_NUM;
22779: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param9
22780: := FND_API.G_MISS_NUM;
22781: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).date_param1
22782: := FND_API.G_MISS_DATE;
22783: END IF;
22784:
22785: IF p_x_line_rec.operation <> OE_GLOBALS.G_OPR_CREATE AND

Line 22800: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1 =

22796:
22797: IF NOT OE_GLOBALS.Equal(p_x_line_rec.ordered_quantity,
22798: p_old_line_rec.ordered_quantity) THEN
22799:
22800: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1 =
22801: FND_API.G_MISS_NUM THEN
22802: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1
22803: := p_old_line_rec.ordered_quantity;
22804: if l_debug_level > 0 then

Line 22802: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1

22798: p_old_line_rec.ordered_quantity) THEN
22799:
22800: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1 =
22801: FND_API.G_MISS_NUM THEN
22802: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param1
22803: := p_old_line_rec.ordered_quantity;
22804: if l_debug_level > 0 then
22805: oe_debug_pub.add('qty changed 1st time ' || l_param1, 4);
22806: end if;

Line 22809: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2

22805: oe_debug_pub.add('qty changed 1st time ' || l_param1, 4);
22806: end if;
22807: END IF;
22808:
22809: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2
22810: := p_x_line_rec.ordered_quantity;
22811: -- new qty
22812:
22813: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3

Line 22813: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3

22809: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param2
22810: := p_x_line_rec.ordered_quantity;
22811: -- new qty
22812:
22813: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3
22814: := p_x_line_rec.change_reason;
22815: -- change_reason
22816:
22817: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4

Line 22817: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4

22813: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param3
22814: := p_x_line_rec.change_reason;
22815: -- change_reason
22816:
22817: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param4
22818: := p_x_line_rec.change_comments;
22819: -- change_comments
22820:
22821: if l_debug_level > 0 then

Line 22831: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5

22827:
22828: END IF;
22829:
22830: IF NOT OE_GLOBALS.Equal(p_x_line_rec.project_id,p_old_line_rec.project_id) THEN
22831: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param5
22832: := p_x_line_rec.project_id;
22833: if l_debug_level > 0 then
22834: oe_debug_pub.add('model/ATO subconfig,project changed: '||l_param5,1);
22835: end if;

Line 22842: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6

22838:
22839:
22840: IF NOT OE_GLOBALS.Equal(p_x_line_rec.task_id,p_old_line_rec.task_id)
22841: THEN
22842: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param6
22843: := p_x_line_rec.task_id;
22844: if l_debug_level > 0 then
22845: oe_debug_pub.add('model /ATO subconfig,task changed: '||l_param6,1);
22846: end if;

Line 22854: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param7

22850:
22851: IF NOT OE_GLOBALS.Equal(p_x_line_rec.ship_tolerance_above,
22852: p_old_line_rec.ship_tolerance_above)
22853: THEN
22854: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param7
22855: := p_x_line_rec.ship_tolerance_above;
22856: l_modify_included_items := TRUE;
22857: END IF;
22858:

Line 22862: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param8

22858:
22859: IF NOT OE_GLOBALS.Equal(p_x_line_rec.ship_tolerance_below,
22860: p_old_line_rec.ship_tolerance_below)
22861: THEN
22862: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param8
22863: := p_x_line_rec.ship_tolerance_below;
22864: l_modify_included_items := TRUE;
22865: END IF;
22866:

Line 22871: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param9

22867: IF OE_GLOBALS.G_CHANGE_CFG_FLAG = 'Y' THEN
22868: IF NOT OE_GLOBALS.Equal(p_x_line_rec.ship_to_org_id,
22869: p_old_line_rec.ship_to_org_id)
22870: THEN
22871: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param9
22872: := p_x_line_rec.ship_to_org_id;
22873: l_modify_included_items := TRUE;
22874: END IF;
22875:

Line 22879: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).date_param1

22875:
22876: IF NOT OE_GLOBALS.Equal(p_x_line_rec.request_date,
22877: p_old_line_rec.request_date)
22878: THEN
22879: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).date_param1
22880: := p_x_line_rec.request_date;
22881: l_modify_included_items := TRUE;
22882: END IF;
22883: END IF;

Line 22897: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param10 :=

22893: if l_debug_level > 0 then
22894: oe_debug_pub.add('something changed'|| p_x_line_rec.operation, 2);
22895: end if;
22896:
22897: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param10 :=
22898: p_x_line_rec.operation;
22899:
22900: IF OE_Sales_Can_Util.G_Require_Reason THEN
22901: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param11 := 'Y';

Line 22901: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param11 := 'Y';

22897: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param10 :=
22898: p_x_line_rec.operation;
22899:
22900: IF OE_Sales_Can_Util.G_Require_Reason THEN
22901: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param11 := 'Y';
22902: ELSE
22903: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param11 := 'N';
22904: END IF;
22905:

Line 22903: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param11 := 'N';

22899:
22900: IF OE_Sales_Can_Util.G_Require_Reason THEN
22901: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param11 := 'Y';
22902: ELSE
22903: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param11 := 'N';
22904: END IF;
22905:
22906: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param12 :=
22907: p_x_line_rec.line_id;

Line 22906: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param12 :=

22902: ELSE
22903: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param11 := 'N';
22904: END IF;
22905:
22906: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param12 :=
22907: p_x_line_rec.line_id;
22908:
22909: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param13 :=
22910: p_x_line_rec.top_model_line_id;

Line 22909: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param13 :=

22905:
22906: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param12 :=
22907: p_x_line_rec.line_id;
22908:
22909: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL(l_num).param13 :=
22910: p_x_line_rec.top_model_line_id;
22911: END IF;
22912:
22913: x_return_status := l_return_status;