DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 445: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

441: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
442: RAISE FND_API.G_EXC_ERROR;
443: END IF;
444:
445: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
446: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
447: p_delete_against => FALSE, -- bug 5114189
448: p_entity_id => p_line_id,
449: x_return_status => l_return_status

Line 1090: OE_delayed_requests_Pvt.log_request

1086: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
1087: ' Entity ID: '|| to_char(p_x_line_rec.inventory_item_id));
1088: end if;
1089:
1090: OE_delayed_requests_Pvt.log_request
1091: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1092: p_entity_id => p_x_line_rec.line_id,
1093: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1094: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1123: OE_delayed_requests_Pvt.log_request

1119: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
1120: ' Entity ID: '|| l_new_itemcat);
1121: end if;
1122:
1123: OE_delayed_requests_Pvt.log_request
1124: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1125: p_entity_id => p_x_line_rec.line_id,
1126: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1127: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1438: OE_delayed_requests_Pvt.log_request(

1434: oe_debug_pub.ADD('invoice site update: logging request for eval_hold_source');
1435: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
1436: ' Entity ID: '|| to_char(p_x_line_rec.invoice_to_org_id));
1437: end if;
1438: OE_delayed_requests_Pvt.log_request(
1439: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1440: p_entity_id => p_x_line_rec.line_id,
1441: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1442: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1461: OE_delayed_requests_Pvt.log_request

1457:
1458: --Delayed request for deleting the payments when
1459: --invoice to changes
1460: IF l_delete_payment_count > 0 THEN
1461: OE_delayed_requests_Pvt.log_request
1462: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1463: p_entity_id => p_x_line_rec.line_id,
1464: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1465: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1510: OE_delayed_requests_Pvt.log_request(

1506: NVL(p_x_line_rec.split_action_code,'X') <> 'SPLIT')
1507: -- QUOTING change
1508: AND NVL(p_x_line_rec.transaction_phase_code,'F') = 'F'
1509: THEN
1510: OE_delayed_requests_Pvt.log_request(
1511: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1512: p_entity_id => p_x_line_rec.line_id,
1513: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1514: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1794: OE_delayed_requests_Pvt.log_request(

1790: IF (OE_GLOBALS.G_UI_FLAG) THEN
1791: if l_debug_level > 0 then
1792: oe_debug_pub.add('Log REVERSE_LIMITS delayed request for ENTITY LINE return',1);
1793: end if;
1794: OE_delayed_requests_Pvt.log_request(
1795: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1796: p_entity_id => p_x_line_rec.line_id,
1797: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1798: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1812: OE_delayed_requests_Pvt.log_request(

1808: ELSIF NOT (OE_GLOBALS.G_UI_FLAG) THEN
1809: if l_debug_level > 0 then
1810: oe_debug_pub.add('Log REVERSE_LIMITS delayed request for ENTITY ALL line return',1);
1811: end if;
1812: OE_delayed_requests_Pvt.log_request(
1813: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1814: p_entity_id => p_x_line_rec.line_id,
1815: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1816: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1961: OE_delayed_requests_Pvt.log_request

1957: -- Log a delayed request to update the Internal Requisition. This delayed
1958: -- request will be logged only if the change is not initiated from Requesting
1959: -- Organization user, and it is not a Internal Sales Order Full Cancellation
1960:
1961: OE_delayed_requests_Pvt.log_request
1962: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
1963: , p_entity_id => p_x_line_rec.line_id
1964: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
1965: , p_requesting_entity_id => p_x_line_rec.line_id

Line 1990: OE_delayed_requests_Pvt.log_request

1986: -- Log a delayed request to update the Internal Requisition. This delayed
1987: -- request will be logged only if the change is not initiated from Requesting
1988: -- Organization user, and it is not a Internal Sales Order Full Cancellation
1989:
1990: OE_delayed_requests_Pvt.log_request
1991: ( p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
1992: , p_entity_id => p_x_line_rec.header_id
1993: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
1994: , p_requesting_entity_id => p_x_line_rec.line_id

Line 2120: OE_delayed_requests_Pvt.log_request(

2116: oe_debug_pub.add('Logging Reverse Limits delayed request for parent line');
2117: oe_debug_pub.add('Price request code for parent : ' || p_x_line_rec.price_request_code);
2118: oe_debug_pub.add('OLD Price request code for parent : ' || p_old_line_rec.price_request_code);
2119: END IF;
2120: OE_delayed_requests_Pvt.log_request(
2121: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2122: p_entity_id => p_x_line_rec.line_id,
2123: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2124: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2143: OE_delayed_requests_Pvt.log_request(

2139: nvl(p_x_line_rec.split_by, 'USER') = 'SYSTEM') THEN
2140: IF l_debug_level > 0 THEN
2141: oe_debug_pub.add('Logging Reverse Limits delayed request for child line');
2142: END IF;
2143: OE_delayed_requests_Pvt.log_request(
2144: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2145: p_entity_id => p_x_line_rec.line_id,
2146: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2147: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2503: OE_delayed_requests_Pvt.log_request

2499: -- Log a delayed request to update the Internal Requisition. This delayed
2500: -- request will be logged only if the change is not initiated from Requesting
2501: -- Organization user, and it is not a Internal Sales Order Full Cancellation
2502:
2503: OE_delayed_requests_Pvt.log_request
2504: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
2505: , p_entity_id => p_x_line_rec.line_id
2506: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
2507: , p_requesting_entity_id => p_x_line_rec.line_id

Line 2644: OE_delayed_requests_Pvt.log_request(

2640: p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
2641:
2642: IF p_x_line_rec.split_from_line_id is NULL THEN -- Bug 5676051
2643:
2644: OE_delayed_requests_Pvt.log_request(
2645: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2646: p_entity_id => p_x_line_rec.line_id,
2647: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2648: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2663: OE_delayed_requests_Pvt.log_request(

2659: IF (OE_GLOBALS.G_UI_FLAG) THEN
2660: if l_debug_level > 0 then
2661: oe_debug_pub.add('Log REVERSE_LIMITS delayed request for ENTITY LINE return',1);
2662: end if;
2663: OE_delayed_requests_Pvt.log_request(
2664: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2665: p_entity_id => p_x_line_rec.line_id,
2666: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2667: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2681: OE_delayed_requests_Pvt.log_request(

2677: ELSIF NOT (OE_GLOBALS.G_UI_FLAG) THEN
2678: if l_debug_level > 0 then
2679: oe_debug_pub.add('Log REVERSE_LIMITS delayed request for ENTITY ALL line return',1);
2680: end if;
2681: OE_delayed_requests_Pvt.log_request(
2682: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2683: p_entity_id => p_x_line_rec.line_id,
2684: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2685: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2935: OE_delayed_requests_Pvt.log_request

2931: -- Internal Sales Order Full Cancellation. It will even not be logged
2932: -- Purchasing profile option does not allow update of Need By Date when
2933: -- Schedule Ship Date changes on internal sales order line
2934:
2935: OE_delayed_requests_Pvt.log_request
2936: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
2937: , p_entity_id => p_x_line_rec.line_id
2938: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
2939: , p_requesting_entity_id => p_x_line_rec.line_id

Line 3015: OE_delayed_requests_Pvt.log_request

3011: -- Internal Sales Order Full Cancellation. It will even not be logged
3012: -- Purchasing profile option does not allow update of Need By Date when
3013: -- Schedule Arrival Date changes on internal sales order line
3014:
3015: OE_delayed_requests_Pvt.log_request
3016: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
3017: , p_entity_id => p_x_line_rec.line_id
3018: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
3019: , p_requesting_entity_id => p_x_line_rec.line_id

Line 3068: --OE_delayed_requests_Pvt.log_request(

3064:
3065: IF NOT OE_GLOBALS.Equal(p_x_line_rec.shipped_quantity,p_old_line_rec.shipped_quantity)
3066: THEN
3067: --IF (p_x_line_rec.ship_set_id IS NOT NULL ) THEN
3068: --OE_delayed_requests_Pvt.log_request(
3069: --p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3070: --p_entity_id => p_x_line_rec.ship_set_id,
3071: --p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3072: --p_requesting_entity_id => p_x_line_rec.line_id,

Line 3306: OE_Delayed_Requests_Pvt.Log_Request(

3302: if l_debug_level > 0 then
3303: oe_debug_pub.ADD('Ship Confirmation : logging delayed request for '|| l_shipping_unique_key1 || l_shipping_param1,1);
3304: end if;
3305:
3306: OE_Delayed_Requests_Pvt.Log_Request(
3307: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3308: p_entity_id => p_x_line_rec.line_id,
3309: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3310: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3432: OE_delayed_requests_Pvt.log_request(

3428: oe_debug_pub.add('line ID: '|| to_char(p_x_line_rec.line_id) ||
3429: ' Entity ID :'|| to_char(p_x_line_rec.ship_from_org_id), 1);
3430: end if;
3431:
3432: OE_delayed_requests_Pvt.log_request(
3433: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3434: p_entity_id => p_x_line_rec.line_id,
3435: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3436: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3591: OE_delayed_requests_Pvt.log_request(

3587: oe_debug_pub.ADD('ship to update: logging request for eval_hold_source', 1);
3588: oe_debug_pub.add('line ID: '|| to_char(p_x_line_rec.line_id) ||
3589: ' Entity ID :'|| to_char(p_x_line_rec.ship_to_org_id), 1);
3590: end if;
3591: OE_delayed_requests_Pvt.log_request(
3592: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3593: p_entity_id => p_x_line_rec.line_id,
3594: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3595: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4234: OE_Delayed_Requests_Pvt.log_request(

4230:
4231: oe_debug_pub.ADD('l_prg is '||l_prg);
4232: IF l_prg = 'N' THEN
4233:
4234: OE_Delayed_Requests_Pvt.log_request(
4235: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4236: p_entity_id => p_x_line_rec.line_id,
4237: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4238: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4316: OE_Delayed_Requests_Pvt.log_request(

4312: IF l_serviced_model = 'Y' THEN
4313: if l_debug_level > 0 then
4314: oe_debug_pub.add('Before log delayed request -- G_CASCADE_OPTIONS_SERVICE',1);
4315: end if;
4316: OE_Delayed_Requests_Pvt.log_request(
4317: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4318: p_entity_id => p_x_line_rec.line_id,
4319: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4320: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4385: OE_delayed_requests_Pvt.log_request(

4381: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4382: ' Entity ID: '|| to_char(p_x_line_rec.created_by));
4383: END IF;
4384:
4385: OE_delayed_requests_Pvt.log_request(
4386: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4387: p_entity_id => p_x_line_rec.line_id,
4388: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4389: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4408: OE_delayed_requests_Pvt.log_request(

4404: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4405: ' Entity ID: '|| to_char(p_x_line_rec.creation_date));
4406: END IF;
4407:
4408: OE_delayed_requests_Pvt.log_request(
4409: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4410: p_entity_id => p_x_line_rec.line_id,
4411: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4412: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4431: OE_delayed_requests_Pvt.log_request(

4427: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4428: ' Entity ID: '|| to_char(p_x_line_rec.sold_to_org_id));
4429: END IF;
4430:
4431: OE_delayed_requests_Pvt.log_request(
4432: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4433: p_entity_id => p_x_line_rec.line_id,
4434: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4435: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4454: OE_delayed_requests_Pvt.log_request(

4450: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4451: ' Entity ID: '|| to_char(p_x_line_rec.deliver_to_org_id));
4452: END IF;
4453:
4454: OE_delayed_requests_Pvt.log_request(
4455: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4456: p_entity_id => p_x_line_rec.line_id,
4457: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4458: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4477: OE_delayed_requests_Pvt.log_request(

4473: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4474: ' Entity ID: '|| to_char(p_x_line_rec.line_type_id));
4475: END IF;
4476:
4477: OE_delayed_requests_Pvt.log_request(
4478: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4479: p_entity_id => p_x_line_rec.line_id,
4480: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4481: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4500: OE_delayed_requests_Pvt.log_request(

4496: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4497: ' Entity ID: '|| to_char(p_x_line_rec.payment_term_id));
4498: END IF;
4499:
4500: OE_delayed_requests_Pvt.log_request(
4501: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4502: p_entity_id => p_x_line_rec.line_id,
4503: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4504: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4523: OE_delayed_requests_Pvt.log_request(

4519: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4520: ' Entity ID: '|| to_char(p_x_line_rec.price_list_id));
4521: END IF;
4522:
4523: OE_delayed_requests_Pvt.log_request(
4524: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4525: p_entity_id => p_x_line_rec.line_id,
4526: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4527: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4546: OE_delayed_requests_Pvt.log_request(

4542: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4543: ' Entity ID: '|| to_char(p_x_line_rec.project_id));
4544: END IF;
4545:
4546: OE_delayed_requests_Pvt.log_request(
4547: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4548: p_entity_id => p_x_line_rec.line_id,
4549: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4550: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4569: OE_delayed_requests_Pvt.log_request(

4565: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4566: ' Entity ID: '|| to_char(p_x_line_rec.shipping_method_code));
4567: END IF;
4568:
4569: OE_delayed_requests_Pvt.log_request(
4570: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4571: p_entity_id => p_x_line_rec.line_id,
4572: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4573: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4592: OE_delayed_requests_Pvt.log_request(

4588: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4589: ' Entity ID: '|| to_char(p_x_line_rec.source_type_code));
4590: END IF;
4591:
4592: OE_delayed_requests_Pvt.log_request(
4593: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4594: p_entity_id => p_x_line_rec.line_id,
4595: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4596: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4615: OE_delayed_requests_Pvt.log_request(

4611: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4612: ' Entity ID: '|| to_char(p_x_line_rec.task_id));
4613: END IF;
4614:
4615: OE_delayed_requests_Pvt.log_request(
4616: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4617: p_entity_id => p_x_line_rec.line_id,
4618: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4619: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4638: OE_delayed_requests_Pvt.log_request(

4634: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
4635: ' Entity ID: '|| to_char(p_x_line_rec.inventory_item_id));
4636: END IF;
4637:
4638: OE_delayed_requests_Pvt.log_request(
4639: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4640: p_entity_id => p_x_line_rec.line_id,
4641: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4642: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4665: OE_delayed_requests_Pvt.log_request(

4661: oe_debug_pub.ADD('line ID: '|| TO_CHAR(p_x_line_rec.line_id)||
4662: ' Entity ID: '|| TO_CHAR(p_x_line_rec.end_customer_id));
4663: END IF;
4664:
4665: OE_delayed_requests_Pvt.log_request(
4666: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4667: p_entity_id => p_x_line_rec.line_id,
4668: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4669: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4687: OE_delayed_requests_Pvt.log_request(

4683: oe_debug_pub.ADD('line ID: '|| TO_CHAR(p_x_line_rec.line_id)||
4684: ' Entity ID: '|| TO_CHAR(p_x_line_rec.end_customer_site_use_id));
4685: END IF;
4686:
4687: OE_delayed_requests_Pvt.log_request(
4688: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4689: p_entity_id => p_x_line_rec.line_id,
4690: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4691: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4718: OE_delayed_requests_Pvt.log_request(

4714: oe_debug_pub.ADD('line ID: '|| TO_CHAR(p_x_line_rec.line_id)||
4715: ' Entity ID: '|| TO_CHAR(l_bill_to_cust_id));
4716: END IF;
4717:
4718: OE_delayed_requests_Pvt.log_request(
4719: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4720: p_entity_id => p_x_line_rec.line_id,
4721: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4722: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4867: oe_delayed_requests_pvt.log_request(

4863: , p_ship_to_org_id => p_x_line_rec.ship_to_org_id --For Bug#8262992
4864: , p_operation => p_x_line_rec.operation);
4865:
4866: /** Logic to Default Contingency attributes**/
4867: oe_delayed_requests_pvt.log_request(
4868: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4869: p_entity_id => p_x_line_rec.header_id,
4870: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4871: p_requesting_entity_id => p_x_line_rec.header_id,

Line 4969: oe_delayed_requests_pvt.log_request(

4965: NOT OE_GLOBALS.Equal(p_x_line_rec.service_bill_profile_id,p_old_line_rec.service_bill_profile_id)
4966: )
4967: )
4968: THEN
4969: oe_delayed_requests_pvt.log_request(
4970: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4971: p_entity_id => p_x_line_rec.line_id,
4972: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4973: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4991: OE_delayed_requests_Pvt.log_request(

4987: THEN
4988: IF l_debug_level > 0 THEN
4989: oe_debug_pub.add(' Subscription Template changed, Logging Price Line for line_id = '||p_x_line_rec.line_id);
4990: End If;
4991: OE_delayed_requests_Pvt.log_request(
4992: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4993: p_entity_id => p_x_line_rec.line_id,
4994: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4995: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5002: oe_delayed_requests_pvt.log_request(

4998: p_param2 => 'LINE',
4999: p_request_type => OE_GLOBALS.G_PRICE_LINE,
5000: x_return_status => l_return_status);
5001: IF (p_x_line_rec.service_bill_option_code = 'FPOM') THEN
5002: oe_delayed_requests_pvt.log_request(
5003: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5004: p_entity_id => p_x_line_rec.line_id,
5005: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5006: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5031: OE_Delayed_Requests_Pvt.Log_Request(

5027: if l_debug_level > 0 then
5028: oe_debug_pub.ADD('Logging update shipping delayed request for line ID : '|| to_char(p_x_line_rec.line_id) ,1);
5029: end if;
5030:
5031: OE_Delayed_Requests_Pvt.Log_Request(
5032: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5033: p_entity_id => p_x_line_rec.line_id,
5034: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5035: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5149: OE_delayed_requests_Pvt.log_request(

5145: l_from_line_id := p_x_line_rec.source_document_line_id ;
5146: l_from_header_id := p_x_line_rec.source_document_id;
5147: End If;
5148:
5149: OE_delayed_requests_Pvt.log_request(
5150: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5151: p_entity_id => p_x_line_rec.line_id,
5152: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5153: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5173: OE_delayed_requests_Pvt.log_request(

5169: px_prg_exist => l_prg_exist);
5170:
5171: IF l_prg_exist = 'Y' THEN
5172:
5173: OE_delayed_requests_Pvt.log_request(
5174: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5175: p_entity_id => p_x_line_rec.line_id,
5176: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5177: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5209: OE_delayed_requests_Pvt.log_request(

5205: p_x_line_rec.REFERENCE_LINE_ID IS NOT NULL AND
5206: p_x_line_rec.RETURN_CONTEXT IS NOT NULL))
5207: THEN
5208: oe_debug_pub.ADD('Logging DR_COPY_OTM_RECORDS relayed request fro Line '||p_x_line_rec.line_id||' From line '||l_from_line_id);
5209: OE_delayed_requests_Pvt.log_request(
5210: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5211: p_entity_id => p_x_line_rec.line_id,
5212: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5213: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5246: OE_Delayed_Requests_Pvt.log_request(

5242: IF l_is_model = 'Y' THEN
5243: if l_debug_level > 0 then
5244: oe_debug_pub.add('CSH Before log request --G_UPDATE_SERVICE', 1);
5245: end if;
5246: OE_Delayed_Requests_Pvt.log_request(
5247: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5248: p_entity_id => p_x_line_rec.line_id,
5249: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5250: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5276: OE_delayed_requests_Pvt.log_request(

5272: l_from_line_id := p_x_line_rec.source_document_line_id ;
5273: l_from_header_id := p_x_line_rec.source_document_id;
5274: End IF;
5275:
5276: OE_delayed_requests_Pvt.log_request(
5277: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5278: p_entity_id => p_x_line_rec.line_id,
5279: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5280: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5403: OE_delayed_requests_Pvt.log_request(

5399: /* BUG 2013611 BEGIN */
5400: if l_debug_level > 0 then
5401: oe_debug_pub.ADD('Logging REVERSE_LIMITS delayed request for LINE CANCEL ',1);
5402: end if;
5403: OE_delayed_requests_Pvt.log_request(
5404: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5405: p_entity_id => p_x_line_rec.line_id,
5406: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5407: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5536: OE_delayed_requests_Pvt.log_request(

5532: if l_debug_level > 0 then
5533: oe_debug_pub.ADD('logging price line request');
5534: end if;
5535:
5536: OE_delayed_requests_Pvt.log_request(
5537: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5538: p_entity_id => p_x_line_rec.line_id,
5539: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5540: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5549: oe_delayed_requests_pvt.log_request(

5545: x_return_status => l_return_status);
5546: -- sol_ord_er #16014165
5547: IF (p_x_line_rec.service_bill_option_code = 'FPOM'
5548: AND NVL(p_x_line_rec.fulfilled_flag,'N') = 'N') THEN
5549: oe_delayed_requests_pvt.log_request(
5550: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5551: p_entity_id => p_x_line_rec.line_id,
5552: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5553: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5570: OE_delayed_requests_Pvt.log_request(

5566: if l_debug_level > 0 then
5567: oe_debug_pub.add('renga-logging delayed req freight_for_included',1);
5568: end if;
5569:
5570: OE_delayed_requests_Pvt.log_request(
5571: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5572: p_entity_id => p_x_line_rec.header_id,
5573: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5574: p_requesting_entity_id => p_x_line_rec.header_id,

Line 5595: OE_delayed_requests_Pvt.log_request(

5591: l_pricing_event := 'BATCH,ORDER,BOOK'; --7494393
5592: ELSE
5593: l_pricing_event := 'ORDER';
5594: END IF;
5595: OE_delayed_requests_Pvt.log_request(
5596: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5597: p_entity_id => p_x_line_rec.Header_Id,
5598: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5599: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 5607: oe_delayed_requests_pvt.log_request(

5603: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
5604: x_return_status => l_return_status);
5605: -- sol_ord_er #16014165
5606: IF (p_x_line_rec.service_bill_option_code = 'FPOM') THEN
5607: oe_delayed_requests_pvt.log_request(
5608: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5609: p_entity_id => p_x_line_rec.Header_Id,
5610: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5611: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 5633: OE_delayed_requests_Pvt.log_request(

5629: l_retrobill_operation:='UPDATE';
5630: END IF;
5631:
5632:
5633: OE_delayed_requests_Pvt.log_request(
5634: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5635: p_entity_id => p_x_line_rec.Header_Id,
5636: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5637: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 5646: OE_delayed_requests_Pvt.log_request(

5642: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
5643: x_return_status => l_return_status);
5644:
5645: --copy the adjustments over to the new retrobilling line
5646: OE_delayed_requests_Pvt.log_request(
5647: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5648: p_entity_id => p_x_line_rec.line_id,
5649: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5650: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5681: OE_delayed_requests_Pvt.log_request(

5677: ELSIF OE_GLOBALS.G_DEFER_PRICING='Y' THEN
5678: l_pricing_event := 'PRICE,BATCH';
5679: END IF;
5680:
5681: OE_delayed_requests_Pvt.log_request(
5682: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5683: p_entity_id => p_x_line_rec.Header_Id,
5684: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5685: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 5693: oe_delayed_requests_pvt.log_request(

5689: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
5690: x_return_status => l_return_status);
5691: -- sol_ord_er #16014165
5692: IF (p_x_line_rec.service_bill_option_code = 'FPOM') THEN
5693: oe_delayed_requests_pvt.log_request(
5694: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5695: p_entity_id => p_x_line_rec.Header_Id,
5696: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5697: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 5708: OE_delayed_requests_Pvt.log_request(

5704: END IF; --RT
5705: END IF; --2442012
5706:
5707: /* If p_x_line_rec.booked_flag='Y' and p_x_line_rec.item_type_code <> 'INCLUDED' Then
5708: OE_delayed_requests_Pvt.log_request(
5709: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5710: p_entity_id => p_x_line_rec.Header_Id,
5711: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5712: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 5772: OE_delayed_requests_Pvt.log_request(

5768: l_pricing_event := 'BATCH,BOOK';
5769: Else
5770: l_pricing_event := 'BATCH';
5771: End If;
5772: OE_delayed_requests_Pvt.log_request(
5773: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
5774: p_entity_id => p_x_line_rec.line_Id,
5775: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5776: p_requesting_entity_id => p_x_line_rec.line_Id,

Line 5784: oe_delayed_requests_pvt.log_request(

5780: p_request_type => OE_GLOBALS.G_PRICE_LINE,
5781: x_return_status => l_return_status);
5782: -- sol_ord_er #16014165
5783: /* The current Line is PRG line, hence Order has to be logged and check for FPOM should not be used */
5784: oe_delayed_requests_pvt.log_request(
5785: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5786: p_entity_id => p_x_line_rec.line_Id,
5787: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5788: p_requesting_entity_id => p_x_line_rec.line_Id,

Line 5798: OE_delayed_requests_Pvt.log_request(

5794:
5795: /* if (p_x_line_rec.booked_flag = 'Y')
5796: then
5797: oe_debug_pub.add('Booked order -- log a request to Price Line');
5798: OE_delayed_requests_Pvt.log_request(
5799: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
5800: p_entity_id => p_x_line_rec.line_Id,
5801: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5802: p_requesting_entity_id => p_x_line_rec.line_Id,

Line 5845: OE_delayed_requests_Pvt.log_request(

5841: and p_x_line_rec.calculate_price_flag = 'Y' Then
5842: p_x_line_rec.calculate_price_flag :='P';
5843: End If;
5844:
5845: OE_delayed_requests_Pvt.log_request(
5846: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5847: p_entity_id => p_x_line_rec.line_id,
5848: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5849: p_requesting_entity_id => p_x_line_rec.line_id,

Line 6014: OE_delayed_requests_Pvt.log_request(

6010: -- lkxu, make changes for bug 1581188
6011: l_tax_commt_flag := 'N'; --bug 2505961
6012: IF (OE_GLOBALS.G_UI_FLAG)
6013: AND nvl(FND_PROFILE.VALUE('ONT_DELAY_TAX_CALC'), 'N') = 'N' THEN --TaxER
6014: OE_delayed_requests_Pvt.log_request(
6015: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6016: p_entity_id => p_x_line_rec.line_id,
6017: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6018: p_requesting_entity_id => p_x_line_rec.line_id,

Line 6027: OE_delayed_requests_Pvt.log_request(

6023: -- Bug 13777599 start
6024: if l_debug_level > 0 then
6025: oe_debug_pub.add(' OEXULINB 1 Tax Header Delayed Req');
6026: End IF;
6027: OE_delayed_requests_Pvt.log_request(
6028: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
6029: p_entity_id => p_x_line_rec.header_id,
6030: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
6031: p_requesting_entity_id => p_x_line_rec.header_id,

Line 6039: OE_delayed_requests_Pvt.log_request(

6035: -- Bug 13777599 end
6036: End If; --14151216, end if for System Parameter
6037: ELSE
6038: -- added p_param1 for bug 1786533.
6039: OE_delayed_requests_Pvt.log_request(
6040: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6041: p_entity_id => p_x_line_rec.line_id,
6042: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6043: p_requesting_entity_id => p_x_line_rec.line_id,

Line 6053: OE_delayed_requests_Pvt.log_request(

6049: -- Bug 13777599 start
6050: if l_debug_level > 0 then
6051: oe_debug_pub.add(' OEXULINB 2 Tax Header Delayed Req');
6052: End IF;
6053: OE_delayed_requests_Pvt.log_request(
6054: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6055: p_entity_id => p_x_line_rec.header_id,
6056: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
6057: p_requesting_entity_id => p_x_line_rec.header_id,

Line 6072: OE_delayed_requests_Pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,

6068: IF (oe_globals.g_tax_flag = 'Y') THEN
6069: if l_debug_level > 0 then
6070: oe_debug_pub.ADD('Logging delayed request for taxing');
6071: end if;
6072: OE_delayed_requests_Pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6073: p_entity_id => p_x_line_rec.line_id,
6074: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6075: p_requesting_entity_id => p_x_line_rec.line_id,
6076: p_request_type => OE_GLOBALS.g_tax_line,

Line 6127: OE_delayed_requests_Pvt.log_request

6123: if l_debug_level > 0 then
6124: oe_debug_pub.ADD('Logging delayed request for Verify Payment');
6125: end if;
6126: --
6127: OE_delayed_requests_Pvt.log_request
6128: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6129: p_entity_id => p_x_line_rec.header_id,
6130: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6131: p_requesting_entity_id => p_x_line_rec.line_id,

Line 6187: OE_Delayed_Requests_Pvt.Log_Request(

6183:
6184: if l_debug_level > 0 then
6185: oe_debug_pub.add('Logging delayed request for Commitment.', 2);
6186: end if;
6187: OE_Delayed_Requests_Pvt.Log_Request(
6188: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6189: p_entity_id => p_x_line_rec.line_id,
6190: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6191: p_requesting_entity_id => p_x_line_rec.line_id,

Line 6215: OE_Delayed_Requests_Pvt.Log_Request(

6211: oe_debug_pub.add('Logging delayed request for updating commitment for line '||p_x_line_rec.line_id, 2);
6212: end if;
6213:
6214: -- should log as ENTITY_ALL, as SPLIT is a batch mode
6215: OE_Delayed_Requests_Pvt.Log_Request(
6216: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
6217: p_entity_id =>p_x_line_rec.line_id,
6218: p_requesting_entity_code =>OE_GLOBALS.G_ENTITY_LINE,
6219: p_requesting_entity_id =>p_x_line_rec.line_id,

Line 6233: OE_Delayed_Requests_Pvt.Log_Request(

6229: oe_debug_pub.add('Logging delayed request for Commitment Applied Amount '|| p_x_line_rec.commitment_applied_amount, 3);
6230: oe_debug_pub.add('param2 is: '|| p_x_line_rec.header_id, 3);
6231: oe_debug_pub.add('param3 is: '|| p_x_line_rec.commitment_id, 3);
6232: end if;
6233: OE_Delayed_Requests_Pvt.Log_Request(
6234: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6235: p_entity_id => p_x_line_rec.line_id,
6236: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6237: p_requesting_entity_id => p_x_line_rec.line_id,

Line 6253: OE_delayed_requests_Pvt.log_request

6249: if l_debug_level > 0 then
6250: oe_debug_pub.add('Logging delayed request for freight rate: '||p_x_line_rec.header_id, 2);
6251: end if;
6252:
6253: OE_delayed_requests_Pvt.log_request
6254: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6255: p_entity_id => p_x_line_rec.header_id,
6256: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6257: p_requesting_entity_id => p_x_line_rec.line_id,

Line 6268: OE_delayed_requests_Pvt.log_request(

6264: l_pricing_event := 'BATCH';
6265: END IF;
6266:
6267: -- also log pricing request to calculate fregight rates.
6268: OE_delayed_requests_Pvt.log_request(
6269: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6270: p_entity_id => p_x_line_rec.header_id,
6271: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6272: p_requesting_entity_id => p_x_line_rec.header_id,

Line 17599: OE_delayed_requests_Pvt.log_request(

17595: as the entity id. The corresponding change will be in
17596: OEXULPAB.pls
17597: - Idea is, copy_model_pattr for each option line.
17598: */
17599: OE_delayed_requests_Pvt.log_request(
17600: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17601: p_entity_id => p_x_line_rec.line_id,
17602: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17603: p_requesting_entity_id => p_x_line_rec.line_id,

Line 17662: OE_Delayed_Requests_Pvt.Log_Request(

17658: END;
17659:
17660: IF l_line_payment_type_code IS NOT NULL THEN
17661: oe_debug_pub.add('Log delayed request to cascade payment information for line: '||p_x_line_rec.line_id, 1);
17662: OE_Delayed_Requests_Pvt.Log_Request(
17663: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17664: p_entity_id => p_x_line_rec.line_id,
17665: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17666: p_requesting_entity_id => p_x_line_rec.line_id,

Line 17686: OE_Delayed_Requests_Pvt.Log_Request(

17682: THEN
17683: if l_debug_level > 0 then
17684: oe_debug_pub.add('This is a new line after split', 1);
17685: end if;
17686: OE_Delayed_Requests_Pvt.Log_Request(
17687: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17688: p_entity_id => p_x_line_rec.line_id,
17689: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17690: p_requesting_entity_id => p_x_line_rec.line_id,

Line 17740: OE_Delayed_Requests_Pvt.Log_Request(

17736:
17737: if l_debug_level > 0 then
17738: oe_debug_pub.ADD('Update Shipping : '|| p_x_line_rec.line_id ,1);
17739: end if;
17740: OE_Delayed_Requests_Pvt.Log_Request(
17741: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17742: p_entity_id => p_x_line_rec.line_id,
17743: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17744: p_requesting_entity_id => p_x_line_rec.line_id,

Line 17771: OE_delayed_requests_Pvt.log_request(

17767: l_pricing_event := 'BATCH,ORDER,BOOK'; --7494393
17768: ELSE
17769: l_pricing_event := 'ORDER';
17770: END IF;
17771: OE_delayed_requests_Pvt.log_request(
17772: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17773: p_entity_id => p_x_line_rec.Header_Id,
17774: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17775: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 17783: oe_delayed_requests_pvt.log_request(

17779: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
17780: x_return_status => l_return_status);
17781: -- sol_ord_er #16014165
17782: IF (p_x_line_rec.service_bill_option_code = 'FPOM') THEN
17783: oe_delayed_requests_pvt.log_request(
17784: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17785: p_entity_id => p_x_line_rec.Header_Id,
17786: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17787: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 17814: OE_delayed_requests_Pvt.log_request(

17810: else
17811: if l_debug_level > 0 then
17812: oe_debug_pub.add('logging price order - delete operation');
17813: end if;
17814: OE_delayed_requests_Pvt.log_request(
17815: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17816: p_entity_id => p_x_line_rec.Header_Id,
17817: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17818: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 17826: oe_delayed_requests_pvt.log_request(

17822: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
17823: x_return_status => l_return_status);
17824: -- sol_ord_er #16014165
17825: IF (p_x_line_rec.service_bill_option_code = 'FPOM') THEN
17826: oe_delayed_requests_pvt.log_request(
17827: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17828: p_entity_id => p_x_line_rec.Header_Id,
17829: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17830: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 17844: OE_delayed_requests_Pvt.log_request(

17840: /* IF p_x_line_rec.booked_flag='Y' THEN
17841: if l_debug_level > 0 then
17842: oe_debug_pub.add('bokked - delete');
17843: end if;
17844: OE_delayed_requests_Pvt.log_request(
17845: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17846: p_entity_id => p_x_line_rec.Header_Id,
17847: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17848: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 17863: oe_delayed_requests_pvt.log_request(

17859: --Bug# 9434723 - Start -
17860: -- Logging delayed request on DELETE Operation to delete header-level charges if there is no more qty on SO
17861: IF p_x_line_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
17862: oe_debug_pub.add(' Logging delayed request to delete header-level charges ');
17863: oe_delayed_requests_pvt.log_request(
17864: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17865: p_entity_id => p_x_line_rec.header_id,
17866: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17867: p_requesting_entity_id => p_x_line_rec.header_id,

Line 17903: OE_Delayed_Requests_Pvt.Log_Request(

17899: NOT OE_GLOBALS.EQUAL(p_x_line_rec.task_id ,
17900: p_old_line_rec.task_id) OR
17901: NOT OE_GLOBALS.EQUAL(Nvl (p_x_line_rec.fulfillment_base,'P') , --ER#14763609
17902: Nvl (p_old_line_rec.fulfillment_base,'P')) THEN
17903: OE_Delayed_Requests_Pvt.Log_Request(
17904: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17905: p_entity_id => p_x_line_rec.line_set_id,
17906: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17907: p_requesting_entity_id => p_x_line_rec.line_id,

Line 18229: OE_delayed_requests_Pvt.Log_Request

18225: IF G_APPLY_AUTOMATIC_ATCHMT = 'Y' THEN
18226: if l_debug_level > 0 then
18227: oe_debug_pub.add('log request to apply atchmt',1);
18228: end if;
18229: OE_delayed_requests_Pvt.Log_Request
18230: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18231: p_entity_id => p_x_line_rec.line_id,
18232: p_request_type => OE_GLOBALS.G_APPLY_AUTOMATIC_ATCHMT,
18233: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,

Line 18245: OE_delayed_requests_Pvt.Log_Request

18241: IF p_x_line_rec.split_by = 'SYSTEM' THEN
18242: if l_debug_level > 0 then
18243: oe_debug_pub.add('log request to copy all atchmt',1);
18244: end if;
18245: OE_delayed_requests_Pvt.Log_Request
18246: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18247: p_entity_id => p_x_line_rec.line_id,
18248: p_param1 => p_x_line_rec.split_from_line_id,
18249: p_param2 => 'N', -- copy ALL attachments

Line 18278: OE_delayed_requests_Pvt.Log_Request

18274: IF nvl(l_ship_to_org_id,-1) = nvl(p_x_line_rec.ship_to_org_id,-1) THEN --
18275: IF l_debug_level > 0 THEN
18276: oe_debug_pub.add('log request to copy all atchmt',1);
18277: END IF;
18278: OE_delayed_requests_Pvt.Log_Request
18279: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18280: p_entity_id => p_x_line_rec.line_id,
18281: p_param1 => p_x_line_rec.split_from_line_id,
18282: p_param2 => 'N', -- copy ALL attachments

Line 18293: OE_delayed_requests_Pvt.Log_Request

18289: ELSE --
18290: IF l_debug_level > 0 THEN
18291: oe_debug_pub.add('log request to apply atchmt',1);
18292: END IF;
18293: OE_delayed_requests_Pvt.Log_Request
18294: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18295: p_entity_id => p_x_line_rec.line_id,
18296: p_request_type =>OE_GLOBALS.G_APPLY_AUTOMATIC_ATCHMT,
18297: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,

Line 18304: OE_delayed_requests_Pvt.Log_Request

18300: );
18301: IF l_debug_level > 0 THEN
18302: oe_debug_pub.add('log request to copy manual atchmt',1);
18303: END IF;
18304: OE_delayed_requests_Pvt.Log_Request
18305: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18306: p_entity_id => p_x_line_rec.line_id,
18307: p_param1 => p_x_line_rec.split_from_line_id,
18308: p_param2 => 'Y', -- copy only manual attachments

Line 18320: OE_delayed_requests_Pvt.Log_Request

18316: ELSE -- G_APPLY_AUTOMATIC_ATCHMT <> 'Y'
18317: if l_debug_level > 0 then
18318: oe_debug_pub.add('log request to copy manual atchmt',1);
18319: end if;
18320: OE_delayed_requests_Pvt.Log_Request
18321: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18322: p_entity_id => p_x_line_rec.line_id,
18323: p_param1 => p_x_line_rec.split_from_line_id,
18324: p_param2 => 'Y', -- copy only manual attachments

Line 18368: OE_delayed_requests_Pvt.Log_Request

18364:
18365: END IF;
18366: --6896311
18367: IF l_attr_attach_change THEN --6896311
18368: OE_delayed_requests_Pvt.Log_Request
18369: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18370: p_entity_id => p_x_line_rec.line_id,
18371: p_request_type => OE_GLOBALS.G_APPLY_AUTOMATIC_ATCHMT,
18372: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,

Line 18566: i := oe_delayed_requests_pvt.G_Delayed_Requests.first;

18562: IF l_debug_level > 0 THEN
18563: oe_debug_pub.ADD('Processing DROPSHIP_CMS Request for CONFIG Line');
18564: END IF;
18565:
18566: i := oe_delayed_requests_pvt.G_Delayed_Requests.first;
18567:
18568: WHILE i IS NOT NULL LOOP
18569:
18570: IF (oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type = OE_GLOBALS.G_DROPSHIP_CMS

Line 18570: IF (oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type = OE_GLOBALS.G_DROPSHIP_CMS

18566: i := oe_delayed_requests_pvt.G_Delayed_Requests.first;
18567:
18568: WHILE i IS NOT NULL LOOP
18569:
18570: IF (oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type = OE_GLOBALS.G_DROPSHIP_CMS
18571: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code = OE_GLOBALS.G_ENTITY_ALL
18572: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id = p_x_line_rec.line_id) THEN
18573:
18574: IF l_debug_level > 0 THEN

Line 18571: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code = OE_GLOBALS.G_ENTITY_ALL

18567:
18568: WHILE i IS NOT NULL LOOP
18569:
18570: IF (oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type = OE_GLOBALS.G_DROPSHIP_CMS
18571: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code = OE_GLOBALS.G_ENTITY_ALL
18572: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id = p_x_line_rec.line_id) THEN
18573:
18574: IF l_debug_level > 0 THEN
18575: oe_debug_pub.add('G_Delayed_Requests.entity_code/entity_id' ||

Line 18572: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id = p_x_line_rec.line_id) THEN

18568: WHILE i IS NOT NULL LOOP
18569:
18570: IF (oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type = OE_GLOBALS.G_DROPSHIP_CMS
18571: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code = OE_GLOBALS.G_ENTITY_ALL
18572: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id = p_x_line_rec.line_id) THEN
18573:
18574: IF l_debug_level > 0 THEN
18575: oe_debug_pub.add('G_Delayed_Requests.entity_code/entity_id' ||
18576: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code || '/' ||

Line 18576: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code || '/' ||

18572: AND oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id = p_x_line_rec.line_id) THEN
18573:
18574: IF l_debug_level > 0 THEN
18575: oe_debug_pub.add('G_Delayed_Requests.entity_code/entity_id' ||
18576: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code || '/' ||
18577: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id);
18578: oe_debug_pub.add('G_Delayed_Requests.request_type' ||
18579: oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type);
18580:

Line 18577: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id);

18573:
18574: IF l_debug_level > 0 THEN
18575: oe_debug_pub.add('G_Delayed_Requests.entity_code/entity_id' ||
18576: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code || '/' ||
18577: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id);
18578: oe_debug_pub.add('G_Delayed_Requests.request_type' ||
18579: oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type);
18580:
18581: END IF;

Line 18579: oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type);

18575: oe_debug_pub.add('G_Delayed_Requests.entity_code/entity_id' ||
18576: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_code || '/' ||
18577: oe_delayed_requests_pvt.G_Delayed_Requests(i).entity_id);
18578: oe_debug_pub.add('G_Delayed_Requests.request_type' ||
18579: oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type);
18580:
18581: END IF;
18582:
18583: l_G_Delayed_Requests(1) := oe_delayed_requests_pvt.G_Delayed_Requests(i);

Line 18583: l_G_Delayed_Requests(1) := oe_delayed_requests_pvt.G_Delayed_Requests(i);

18579: oe_delayed_requests_pvt.G_Delayed_Requests(i).request_type);
18580:
18581: END IF;
18582:
18583: l_G_Delayed_Requests(1) := oe_delayed_requests_pvt.G_Delayed_Requests(i);
18584:
18585: oe_purchase_release_pvt.Process_DropShip_CMS_Requests
18586: (p_request_tbl => l_G_Delayed_Requests
18587: ,x_return_status => l_return_status);

Line 18591: i := oe_delayed_requests_pvt.G_Delayed_Requests.Next(i);

18587: ,x_return_status => l_return_status);
18588:
18589: END IF;
18590:
18591: i := oe_delayed_requests_pvt.G_Delayed_Requests.Next(i);
18592:
18593: END LOOP;
18594:
18595: END IF;

Line 18739: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

18735: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18736: p_entity_id => p_x_line_rec.line_id,
18737: p_hist_type_code => 'SPLIT');
18738: --log delayed request
18739: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
18740: p_entity_id => p_x_line_rec.header_id,
18741: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18742: p_requesting_entity_id => p_x_line_rec.line_id,
18743: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 18801: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

18797: --log delayed request
18798: if l_debug_level > 0 then
18799: oe_debug_pub.add('log versioning request',1);
18800: end if;
18801: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
18802: p_entity_id => p_x_line_rec.header_id,
18803: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18804: p_requesting_entity_id => p_x_line_rec.line_id,
18805: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 18827: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

18823: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18824: p_entity_id => p_x_line_rec.line_id,
18825: p_hist_type_code => 'UPDATE');
18826: --log delayed request
18827: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
18828: p_entity_id => p_x_line_rec.header_id,
18829: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18830: p_requesting_entity_id => p_x_line_rec.line_id,
18831: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 19311: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

19307: if l_debug_level > 0 then
19308: oe_debug_pub.add('Calling DelayedReg for evaluate_holds in post_write for UPDATE');
19309: end if;
19310:
19311: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
19312: (p_request_type =>OE_GLOBALS.G_EVAL_HOLD_SOURCE
19313: ,p_delete => FND_API.G_TRUE
19314: ,x_return_status => l_return_status
19315: );

Line 19387: OE_delayed_requests_Pvt.log_request(

19383: -- imported and records are posted to OE_Order_Lines_All table
19384: -- This request will be logged for Kit model line
19385:
19386: oe_debug_pub.add(' Logging G_PRE_EXPLODED_KIT delayed requests');
19387: OE_delayed_requests_Pvt.log_request(
19388: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19389: p_entity_id => p_x_line_rec.top_model_line_id, -- The top model line
19390: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19391: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19581: OE_delayed_requests_Pvt.log_request

19577: /*
19578: -- Log a request to cancel the workflow.
19579:
19580:
19581: OE_delayed_requests_Pvt.log_request
19582: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19583: p_entity_id => p_x_line_rec.line_id,
19584: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19585: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19677: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

19673: if l_debug_level > 0 then
19674: oe_debug_pub.add('Calling DelayedReg for evaluate_holds in post_write for UPDATE');
19675: end if;
19676:
19677: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
19678: (p_request_type =>OE_GLOBALS.G_EVAL_HOLD_SOURCE
19679: ,p_delete => FND_API.G_TRUE
19680: ,x_return_status => l_return_status
19681: );

Line 19792: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

19788: NOT OE_GLOBALS.EQUAL(p_x_line_rec.reference_line_id ,
19789: p_old_line_rec.reference_line_id)
19790:
19791: THEN
19792: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
19793: (p_request_type =>OE_GLOBALS.G_INSERT_RMA
19794: ,p_delete => FND_API.G_TRUE
19795: ,x_return_status => l_return_status
19796: );

Line 19901: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

19897: -- batch validation request is executed in post_lines
19898: -- so that it gets executed before any other delayed requests
19899: -- like pricing, scheduling for models.
19900:
19901: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
19902: (p_request_type =>OE_GLOBALS.G_VALIDATE_CONFIGURATION
19903: ,p_delete => FND_API.G_TRUE
19904: ,x_return_status => l_return_status
19905: );

Line 19920: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

19916:
19917: -- cascading of changes from model to options
19918: -- is done before executing other requests.
19919:
19920: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
19921: (p_request_type =>OE_GLOBALS.G_CASCADE_CHANGES
19922: ,p_delete => FND_API.G_TRUE
19923: ,x_return_status => l_return_status
19924: );

Line 19935: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

19931:
19932: -- Making change to whole configuration is done before all
19933: -- other delayed requests are fired.
19934:
19935: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
19936: (p_request_type => OE_GLOBALS.G_CHANGE_CONFIGURATION
19937: ,p_delete => FND_API.G_TRUE
19938: ,x_return_status => l_return_status
19939: );

Line 19948: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

19944: END IF;
19945:
19946: -- handling split of models
19947:
19948: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
19949: (p_request_type => OE_GLOBALS.G_COPY_CONFIGURATION
19950: ,p_delete => FND_API.G_TRUE
19951: ,x_return_status => l_return_status
19952: );

Line 20189: OE_delayed_requests_Pvt.log_request(

20185: oe_debug_pub.add('Logging G_SPLIT_SCHEDULE' ||
20186: p_x_line_tbl(I).line_id, 2);
20187: end if;
20188:
20189: OE_delayed_requests_Pvt.log_request(
20190: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20191: p_entity_id => p_x_line_tbl(I).line_id,
20192: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20193: p_requesting_entity_id => p_x_line_tbl(I).line_id,

Line 21502: OE_delayed_requests_Pvt.log_request

21498: oe_debug_pub.add('cto_change logged for warehouse change', 3);
21499: end if;
21500: l_notify_cto := TRUE;
21501:
21502: OE_delayed_requests_Pvt.log_request
21503: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21504: p_entity_id => p_x_line_rec.line_id,
21505: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21506: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21525: OE_delayed_requests_Pvt.log_request

21521: end if;
21522:
21523: l_notify_cto := TRUE;
21524:
21525: OE_delayed_requests_Pvt.log_request
21526: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21527: p_entity_id => p_x_line_rec.line_id,
21528: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21529: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21547: OE_delayed_requests_Pvt.log_request

21543: oe_debug_pub.add('cto_change logged for req date change', 3);
21544: end if;
21545: l_notify_cto := TRUE;
21546:
21547: OE_delayed_requests_Pvt.log_request
21548: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21549: p_entity_id => p_x_line_rec.line_id,
21550: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21551: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21571: OE_delayed_requests_Pvt.log_request

21567: oe_debug_pub.add('cto_change logged for sch ship date change', 3);
21568: end if;
21569: l_notify_cto := TRUE;
21570:
21571: OE_delayed_requests_Pvt.log_request
21572: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21573: p_entity_id => p_x_line_rec.line_id,
21574: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21575: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21594: OE_delayed_requests_Pvt.log_request

21590: oe_debug_pub.add('cto_change logged for sch arr date change', 3);
21591: end if;
21592: l_notify_cto := TRUE;
21593:
21594: OE_delayed_requests_Pvt.log_request
21595: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21596: p_entity_id => p_x_line_rec.line_id,
21597: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21598: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21619: OE_delayed_requests_Pvt.log_request

21615: end if;
21616:
21617: l_notify_cto := TRUE;
21618:
21619: OE_delayed_requests_Pvt.log_request
21620: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21621: p_entity_id => p_x_line_rec.line_id,
21622: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21623: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21642: OE_delayed_requests_Pvt.log_request

21638: end if;
21639:
21640: l_notify_cto := TRUE;
21641:
21642: OE_delayed_requests_Pvt.log_request
21643: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21644: p_entity_id => p_x_line_rec.line_id,
21645: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21646: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21665: OE_delayed_requests_Pvt.log_request

21661: end if;
21662:
21663: l_notify_cto := TRUE;
21664:
21665: OE_delayed_requests_Pvt.log_request
21666: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21667: p_entity_id => p_x_line_rec.line_id,
21668: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21669: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21693: OE_delayed_requests_Pvt.log_request

21689: end if;
21690:
21691: l_notify_cto := TRUE;
21692:
21693: OE_delayed_requests_Pvt.log_request
21694: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21695: p_entity_id => p_x_line_rec.line_id,
21696: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21697: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21758: OE_delayed_requests_Pvt.log_request

21754: end if;
21755:
21756: l_notify_cto := TRUE;
21757:
21758: OE_delayed_requests_Pvt.log_request
21759: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21760: p_entity_id => p_x_line_rec.ato_line_id,
21761: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21762: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21775: OE_delayed_requests_Pvt.log_request

21771: if l_debug_level > 0 then
21772: oe_debug_pub.add('cto_change logged for decimal change', 3);
21773: end if;
21774:
21775: OE_delayed_requests_Pvt.log_request
21776: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21777: p_entity_id => p_x_line_rec.line_id,
21778: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21779: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21834: OE_delayed_requests_Pvt.log_request

21830: if l_debug_level > 0 then
21831: oe_debug_pub.add('new split ato model '|| p_x_line_rec.line_id, 3);
21832: end if;
21833:
21834: OE_delayed_requests_Pvt.log_request
21835: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21836: p_entity_id => p_x_line_rec.ato_line_id,
21837: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21838: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21854: OE_delayed_requests_Pvt.log_request

21850: if l_debug_level > 0 then
21851: oe_debug_pub.add('notify_cto logged', 3);
21852: end if;
21853:
21854: OE_delayed_requests_Pvt.log_request
21855: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21856: p_entity_id => p_x_line_rec.ato_line_id,
21857: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21858: p_requesting_entity_id => p_x_line_rec.ato_line_id,

Line 21910: OE_delayed_requests_Pvt.log_request

21906: if l_debug_level > 0 then
21907: oe_debug_pub.add('pto ato and config exist'|| p_x_line_rec.line_id, 2);
21908: end if;
21909:
21910: OE_delayed_requests_Pvt.log_request
21911: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21912: p_entity_id => p_x_line_rec.line_id,
21913: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21914: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21923: OE_delayed_requests_Pvt.log_request

21919: p_param4 => p_x_line_rec.line_id,
21920: p_param5 => p_x_line_rec.ato_line_id,
21921: x_return_status => x_return_status);
21922:
21923: OE_delayed_requests_Pvt.log_request
21924: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE, --Bug 14375128
21925: p_entity_id => p_x_line_rec.top_model_line_id,
21926: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21927: p_requesting_entity_id => p_x_line_rec.top_model_line_id,

Line 22023: OE_Delayed_Requests_Pvt.Log_Request(

22019: if l_debug_level > 0 then
22020: oe_debug_pub.add('Logging a request after spllit
22021: to copy the configuration in SPC', 1);
22022: end if;
22023: OE_Delayed_Requests_Pvt.Log_Request(
22024: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22025: p_entity_id => p_x_line_rec.line_id,
22026: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22027: p_requesting_entity_id => p_x_line_rec.line_id,

Line 22091: OE_delayed_requests_Pvt.log_request(

22087: if l_debug_level > 0 then
22088: oe_debug_pub.add('Logging a request to validate configuration ', 1);
22089: end if;
22090:
22091: OE_delayed_requests_Pvt.log_request(
22092: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22093: p_entity_id => p_x_line_rec.top_model_line_id,
22094: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22095: p_requesting_entity_id => p_x_line_rec.line_id,

Line 22103: OE_Delayed_Requests_Pvt.Log_Request(

22099: if l_debug_level > 0 then
22100: oe_debug_pub.add('Logging a request to delete option from oe/spc', 1);
22101: end if;
22102:
22103: OE_Delayed_Requests_Pvt.Log_Request(
22104: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22105: p_entity_id => p_x_line_rec.top_model_line_id,
22106: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22107: p_requesting_entity_id => p_x_line_rec.line_id,

Line 22240: OE_delayed_requests_Pvt.log_request(

22236: END IF;
22237: RAISE FND_API.G_EXC_ERROR;
22238: END IF;
22239:
22240: OE_delayed_requests_Pvt.log_request(
22241: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22242: p_entity_id => p_x_line_rec.top_model_line_id,
22243: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22244: p_requesting_entity_id => p_x_line_rec.line_id,

Line 22276: OE_Delayed_Requests_Pvt.Log_Request(

22272: oe_debug_pub.add
22273: (p_x_line_rec.item_type_code || p_x_line_rec.ordered_quantity, 1);
22274: end if;
22275:
22276: OE_Delayed_Requests_Pvt.Log_Request(
22277: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22278: p_entity_id => p_x_line_rec.line_id,
22279: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22280: p_requesting_entity_id => p_x_line_rec.line_id,

Line 22608: OE_delayed_requests_Pvt.log_request(

22604: end if;
22605: l_cancellation := 'Y';
22606: END IF;
22607:
22608: OE_delayed_requests_Pvt.log_request(
22609: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22610: p_entity_id => p_x_line_rec.line_id,
22611: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22612: p_requesting_entity_id => p_x_line_rec.line_id,

Line 22722: OE_Delayed_Requests_Pvt.Log_Request(

22718: if l_debug_level > 0 then
22719: oe_debug_pub.add('logging a req. to chg config', 1);
22720: end if;
22721:
22722: OE_Delayed_Requests_Pvt.Log_Request(
22723: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22724: p_entity_id => l_entity_id,
22725: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
22726: p_requesting_entity_id => p_x_line_rec.line_id,

Line 23093: OE_Delayed_Requests_Pvt.Log_Request(

23089: oe_debug_pub.ADD('Update Shipping : logging delayed request for '
23090: || to_char(p_x_line_rec.line_id) ,1);
23091: end if;
23092:
23093: OE_Delayed_Requests_Pvt.Log_Request(
23094: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
23095: p_entity_id => p_x_line_rec.line_id,
23096: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
23097: p_requesting_entity_id => p_x_line_rec.line_id,

Line 23725: OE_Delayed_Requests_Pvt.Log_Request

23721:
23722: -- For DELETES, log process releases request with new values as
23723: -- null or 0 so that quantity/amount cumulations see negative
23724: -- changes thus resulting in decrementing final released qty/amount
23725: OE_Delayed_Requests_Pvt.Log_Request
23726: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
23727: ,p_entity_id => p_x_line_rec.line_id
23728: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
23729: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 23758: OE_Delayed_Requests_Pvt.Log_Request

23754: -- If this is a shipment line, log request against the line set
23755: -- to validate that sum of quantities/amounts across all shipments
23756: -- in this line set are within the release min/max limits on blanket
23757: IF p_x_line_rec.line_set_id IS NOT NULL THEN
23758: OE_Delayed_Requests_Pvt.Log_Request
23759: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
23760: ,p_entity_id => p_x_line_rec.line_set_id
23761: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
23762: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 23790: OE_Delayed_Requests_Pvt.Log_Request

23786: -- Qty/amount against the blanket should be incremented by
23787: -- total qty/amount of this line, as complete negotiation is
23788: -- running consumption logic for this order first time.
23789: -- Hence, send old parameter (param1-6) values as null.
23790: OE_Delayed_Requests_Pvt.Log_Request
23791: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
23792: ,p_entity_id => p_x_line_rec.line_id
23793: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
23794: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 23824: OE_Delayed_Requests_Pvt.Log_Request

23820: -- in this line set are within the release min/max limits on blanket
23821: IF p_x_line_rec.line_set_id IS NOT NULL THEN
23822:
23823: IF p_x_line_rec.blanket_number IS NOT NULL THEN
23824: OE_Delayed_Requests_Pvt.Log_Request
23825: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
23826: ,p_entity_id => p_x_line_rec.line_set_id
23827: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
23828: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 23858: OE_Delayed_Requests_Pvt.Log_Request

23854: -- quantities/amounts are changed
23855:
23856: OE_Order_Cache.Load_Order_Header(p_x_line_rec.header_id);
23857:
23858: OE_Delayed_Requests_Pvt.Log_Request
23859: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
23860: ,p_entity_id => p_x_line_rec.line_id
23861: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
23862: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 23892: OE_Delayed_Requests_Pvt.Log_Request

23888: -- in this line set are within the release min/max limits on blanket
23889: IF p_x_line_rec.line_set_id IS NOT NULL THEN
23890:
23891: IF p_x_line_rec.blanket_number IS NOT NULL THEN
23892: OE_Delayed_Requests_Pvt.Log_Request
23893: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
23894: ,p_entity_id => p_x_line_rec.line_set_id
23895: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
23896: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 23915: OE_Delayed_Requests_Pvt.Log_Request

23911: OR NOT OE_GLOBALS.EQUAL(p_x_line_rec.blanket_line_number
23912: ,p_old_line_rec.blanket_line_number)
23913: )
23914: THEN
23915: OE_Delayed_Requests_Pvt.Log_Request
23916: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
23917: ,p_entity_id => p_x_line_rec.line_set_id
23918: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
23919: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 24342: OE_Delayed_Requests_Pvt.Log_Request

24338: OE_DEBUG_PUB.Add('-----Logging Dropship_CMS_Request----for Entity:'||
24339: p_x_line_rec.line_id, 2);
24340: END IF;
24341:
24342: OE_Delayed_Requests_Pvt.Log_Request
24343: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
24344: ,p_entity_id => p_x_line_rec.line_id
24345: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
24346: ,p_requesting_entity_id => p_x_line_rec.line_id