DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 262: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

258: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
259: RAISE FND_API.G_EXC_ERROR;
260: END IF;
261:
262: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
263: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
264: p_delete_against => FALSE, -- bug 5114189
265: p_entity_id => p_line_id,
266: x_return_status => l_return_status

Line 854: OE_delayed_requests_Pvt.log_request

850: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
851: ' Entity ID: '|| to_char(p_x_line_rec.inventory_item_id));
852: end if;
853:
854: OE_delayed_requests_Pvt.log_request
855: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
856: p_entity_id => p_x_line_rec.line_id,
857: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
858: p_requesting_entity_id => p_x_line_rec.line_id,

Line 989: OE_delayed_requests_Pvt.log_request(

985: oe_debug_pub.ADD('invoice site update: logging request for eval_hold_source');
986: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
987: ' Entity ID: '|| to_char(p_x_line_rec.invoice_to_org_id));
988: end if;
989: OE_delayed_requests_Pvt.log_request(
990: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
991: p_entity_id => p_x_line_rec.line_id,
992: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
993: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1012: OE_delayed_requests_Pvt.log_request

1008:
1009: --Delayed request for deleting the payments when
1010: --invoice to changes
1011: IF l_delete_payment_count > 0 THEN
1012: OE_delayed_requests_Pvt.log_request
1013: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1014: p_entity_id => p_x_line_rec.line_id,
1015: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1016: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1051: OE_delayed_requests_Pvt.log_request(

1047: NVL(p_x_line_rec.split_action_code,'X') <> 'SPLIT')
1048: -- QUOTING change
1049: AND NVL(p_x_line_rec.transaction_phase_code,'F') = 'F'
1050: THEN
1051: OE_delayed_requests_Pvt.log_request(
1052: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1053: p_entity_id => p_x_line_rec.line_id,
1054: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1055: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1313: OE_delayed_requests_Pvt.log_request(

1309: IF (OE_GLOBALS.G_UI_FLAG) THEN
1310: if l_debug_level > 0 then
1311: oe_debug_pub.add('Log REVERSE_LIMITS delayed request for ENTITY LINE return',1);
1312: end if;
1313: OE_delayed_requests_Pvt.log_request(
1314: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1315: p_entity_id => p_x_line_rec.line_id,
1316: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1317: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1331: OE_delayed_requests_Pvt.log_request(

1327: ELSIF NOT (OE_GLOBALS.G_UI_FLAG) THEN
1328: if l_debug_level > 0 then
1329: oe_debug_pub.add('Log REVERSE_LIMITS delayed request for ENTITY ALL line return',1);
1330: end if;
1331: OE_delayed_requests_Pvt.log_request(
1332: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1333: p_entity_id => p_x_line_rec.line_id,
1334: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1335: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1480: OE_delayed_requests_Pvt.log_request

1476: -- Log a delayed request to update the Internal Requisition. This delayed
1477: -- request will be logged only if the change is not initiated from Requesting
1478: -- Organization user, and it is not a Internal Sales Order Full Cancellation
1479:
1480: OE_delayed_requests_Pvt.log_request
1481: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
1482: , p_entity_id => p_x_line_rec.line_id
1483: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
1484: , p_requesting_entity_id => p_x_line_rec.line_id

Line 1509: OE_delayed_requests_Pvt.log_request

1505: -- Log a delayed request to update the Internal Requisition. This delayed
1506: -- request will be logged only if the change is not initiated from Requesting
1507: -- Organization user, and it is not a Internal Sales Order Full Cancellation
1508:
1509: OE_delayed_requests_Pvt.log_request
1510: ( p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
1511: , p_entity_id => p_x_line_rec.header_id
1512: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
1513: , p_requesting_entity_id => p_x_line_rec.line_id

Line 1623: OE_delayed_requests_Pvt.log_request(

1619: oe_debug_pub.add('Logging Reverse Limits delayed request for parent line');
1620: oe_debug_pub.add('Price request code for parent : ' || p_x_line_rec.price_request_code);
1621: oe_debug_pub.add('OLD Price request code for parent : ' || p_old_line_rec.price_request_code);
1622: END IF;
1623: OE_delayed_requests_Pvt.log_request(
1624: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1625: p_entity_id => p_x_line_rec.line_id,
1626: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1627: p_requesting_entity_id => p_x_line_rec.line_id,

Line 1646: OE_delayed_requests_Pvt.log_request(

1642: nvl(p_x_line_rec.split_by, 'USER') = 'SYSTEM') THEN
1643: IF l_debug_level > 0 THEN
1644: oe_debug_pub.add('Logging Reverse Limits delayed request for child line');
1645: END IF;
1646: OE_delayed_requests_Pvt.log_request(
1647: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1648: p_entity_id => p_x_line_rec.line_id,
1649: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1650: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2082: OE_delayed_requests_Pvt.log_request(

2078: p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
2079:
2080: IF p_x_line_rec.split_from_line_id is NULL THEN -- Bug 5676051
2081:
2082: OE_delayed_requests_Pvt.log_request(
2083: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2084: p_entity_id => p_x_line_rec.line_id,
2085: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2086: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2101: OE_delayed_requests_Pvt.log_request(

2097: IF (OE_GLOBALS.G_UI_FLAG) THEN
2098: if l_debug_level > 0 then
2099: oe_debug_pub.add('Log REVERSE_LIMITS delayed request for ENTITY LINE return',1);
2100: end if;
2101: OE_delayed_requests_Pvt.log_request(
2102: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2103: p_entity_id => p_x_line_rec.line_id,
2104: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2105: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2119: OE_delayed_requests_Pvt.log_request(

2115: ELSIF NOT (OE_GLOBALS.G_UI_FLAG) THEN
2116: if l_debug_level > 0 then
2117: oe_debug_pub.add('Log REVERSE_LIMITS delayed request for ENTITY ALL line return',1);
2118: end if;
2119: OE_delayed_requests_Pvt.log_request(
2120: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2121: p_entity_id => p_x_line_rec.line_id,
2122: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2123: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2373: OE_delayed_requests_Pvt.log_request

2369: -- Internal Sales Order Full Cancellation. It will even not be logged
2370: -- Purchasing profile option does not allow update of Need By Date when
2371: -- Schedule Ship Date changes on internal sales order line
2372:
2373: OE_delayed_requests_Pvt.log_request
2374: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
2375: , p_entity_id => p_x_line_rec.line_id
2376: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
2377: , p_requesting_entity_id => p_x_line_rec.line_id

Line 2453: OE_delayed_requests_Pvt.log_request

2449: -- Internal Sales Order Full Cancellation. It will even not be logged
2450: -- Purchasing profile option does not allow update of Need By Date when
2451: -- Schedule Arrival Date changes on internal sales order line
2452:
2453: OE_delayed_requests_Pvt.log_request
2454: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
2455: , p_entity_id => p_x_line_rec.line_id
2456: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
2457: , p_requesting_entity_id => p_x_line_rec.line_id

Line 2506: --OE_delayed_requests_Pvt.log_request(

2502:
2503: IF NOT OE_GLOBALS.Equal(p_x_line_rec.shipped_quantity,p_old_line_rec.shipped_quantity)
2504: THEN
2505: --IF (p_x_line_rec.ship_set_id IS NOT NULL ) THEN
2506: --OE_delayed_requests_Pvt.log_request(
2507: --p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2508: --p_entity_id => p_x_line_rec.ship_set_id,
2509: --p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2510: --p_requesting_entity_id => p_x_line_rec.line_id,

Line 2744: OE_Delayed_Requests_Pvt.Log_Request(

2740: if l_debug_level > 0 then
2741: oe_debug_pub.ADD('Ship Confirmation : logging delayed request for '|| l_shipping_unique_key1 || l_shipping_param1,1);
2742: end if;
2743:
2744: OE_Delayed_Requests_Pvt.Log_Request(
2745: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2746: p_entity_id => p_x_line_rec.line_id,
2747: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2748: p_requesting_entity_id => p_x_line_rec.line_id,

Line 2870: OE_delayed_requests_Pvt.log_request(

2866: oe_debug_pub.add('line ID: '|| to_char(p_x_line_rec.line_id) ||
2867: ' Entity ID :'|| to_char(p_x_line_rec.ship_from_org_id), 1);
2868: end if;
2869:
2870: OE_delayed_requests_Pvt.log_request(
2871: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2872: p_entity_id => p_x_line_rec.line_id,
2873: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2874: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3026: OE_delayed_requests_Pvt.log_request(

3022: oe_debug_pub.ADD('ship to update: logging request for eval_hold_source', 1);
3023: oe_debug_pub.add('line ID: '|| to_char(p_x_line_rec.line_id) ||
3024: ' Entity ID :'|| to_char(p_x_line_rec.ship_to_org_id), 1);
3025: end if;
3026: OE_delayed_requests_Pvt.log_request(
3027: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3028: p_entity_id => p_x_line_rec.line_id,
3029: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3030: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3574: OE_Delayed_Requests_Pvt.log_request(

3570: p_x_line_rec.service_reference_line_id is NOT NULL and
3571: (p_x_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE or
3572: p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE) and
3573: l_is_model = 'Y' THEN
3574: OE_Delayed_Requests_Pvt.log_request(
3575: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3576: p_entity_id => p_x_line_rec.line_id,
3577: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3578: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3649: OE_Delayed_Requests_Pvt.log_request(

3645: IF l_serviced_model = 'Y' THEN
3646: if l_debug_level > 0 then
3647: oe_debug_pub.add('Before log delayed request -- G_CASCADE_OPTIONS_SERVICE',1);
3648: end if;
3649: OE_Delayed_Requests_Pvt.log_request(
3650: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3651: p_entity_id => p_x_line_rec.line_id,
3652: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3653: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3718: OE_delayed_requests_Pvt.log_request(

3714: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3715: ' Entity ID: '|| to_char(p_x_line_rec.created_by));
3716: END IF;
3717:
3718: OE_delayed_requests_Pvt.log_request(
3719: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3720: p_entity_id => p_x_line_rec.line_id,
3721: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3722: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3741: OE_delayed_requests_Pvt.log_request(

3737: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3738: ' Entity ID: '|| to_char(p_x_line_rec.creation_date));
3739: END IF;
3740:
3741: OE_delayed_requests_Pvt.log_request(
3742: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3743: p_entity_id => p_x_line_rec.line_id,
3744: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3745: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3764: OE_delayed_requests_Pvt.log_request(

3760: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3761: ' Entity ID: '|| to_char(p_x_line_rec.sold_to_org_id));
3762: END IF;
3763:
3764: OE_delayed_requests_Pvt.log_request(
3765: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3766: p_entity_id => p_x_line_rec.line_id,
3767: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3768: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3787: OE_delayed_requests_Pvt.log_request(

3783: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3784: ' Entity ID: '|| to_char(p_x_line_rec.deliver_to_org_id));
3785: END IF;
3786:
3787: OE_delayed_requests_Pvt.log_request(
3788: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3789: p_entity_id => p_x_line_rec.line_id,
3790: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3791: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3810: OE_delayed_requests_Pvt.log_request(

3806: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3807: ' Entity ID: '|| to_char(p_x_line_rec.line_type_id));
3808: END IF;
3809:
3810: OE_delayed_requests_Pvt.log_request(
3811: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3812: p_entity_id => p_x_line_rec.line_id,
3813: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3814: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3833: OE_delayed_requests_Pvt.log_request(

3829: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3830: ' Entity ID: '|| to_char(p_x_line_rec.payment_term_id));
3831: END IF;
3832:
3833: OE_delayed_requests_Pvt.log_request(
3834: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3835: p_entity_id => p_x_line_rec.line_id,
3836: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3837: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3856: OE_delayed_requests_Pvt.log_request(

3852: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3853: ' Entity ID: '|| to_char(p_x_line_rec.price_list_id));
3854: END IF;
3855:
3856: OE_delayed_requests_Pvt.log_request(
3857: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3858: p_entity_id => p_x_line_rec.line_id,
3859: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3860: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3879: OE_delayed_requests_Pvt.log_request(

3875: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3876: ' Entity ID: '|| to_char(p_x_line_rec.project_id));
3877: END IF;
3878:
3879: OE_delayed_requests_Pvt.log_request(
3880: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3881: p_entity_id => p_x_line_rec.line_id,
3882: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3883: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3902: OE_delayed_requests_Pvt.log_request(

3898: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3899: ' Entity ID: '|| to_char(p_x_line_rec.shipping_method_code));
3900: END IF;
3901:
3902: OE_delayed_requests_Pvt.log_request(
3903: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3904: p_entity_id => p_x_line_rec.line_id,
3905: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3906: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3925: OE_delayed_requests_Pvt.log_request(

3921: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3922: ' Entity ID: '|| to_char(p_x_line_rec.source_type_code));
3923: END IF;
3924:
3925: OE_delayed_requests_Pvt.log_request(
3926: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3927: p_entity_id => p_x_line_rec.line_id,
3928: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3929: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3948: OE_delayed_requests_Pvt.log_request(

3944: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3945: ' Entity ID: '|| to_char(p_x_line_rec.task_id));
3946: END IF;
3947:
3948: OE_delayed_requests_Pvt.log_request(
3949: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3950: p_entity_id => p_x_line_rec.line_id,
3951: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3952: p_requesting_entity_id => p_x_line_rec.line_id,

Line 3971: OE_delayed_requests_Pvt.log_request(

3967: oe_debug_pub.ADD('line ID: '|| to_char(p_x_line_rec.line_id)||
3968: ' Entity ID: '|| to_char(p_x_line_rec.inventory_item_id));
3969: END IF;
3970:
3971: OE_delayed_requests_Pvt.log_request(
3972: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3973: p_entity_id => p_x_line_rec.line_id,
3974: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3975: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4119: oe_delayed_requests_pvt.log_request(

4115: , p_accounting_rule_id => p_x_line_rec.accounting_rule_id
4116: , p_operation => p_x_line_rec.operation);
4117:
4118: /** Logic to Default Contingency attributes**/
4119: oe_delayed_requests_pvt.log_request(
4120: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4121: p_entity_id => p_x_line_rec.header_id,
4122: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4123: p_requesting_entity_id => p_x_line_rec.header_id,

Line 4143: OE_Delayed_Requests_Pvt.Log_Request(

4139: if l_debug_level > 0 then
4140: oe_debug_pub.ADD('Logging update shipping delayed request for line ID : '|| to_char(p_x_line_rec.line_id) ,1);
4141: end if;
4142:
4143: OE_Delayed_Requests_Pvt.Log_Request(
4144: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4145: p_entity_id => p_x_line_rec.line_id,
4146: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4147: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4177: OE_delayed_requests_Pvt.log_request(

4173: l_from_line_id := p_x_line_rec.source_document_line_id ;
4174: l_from_header_id := p_x_line_rec.source_document_id;
4175: End If;
4176:
4177: OE_delayed_requests_Pvt.log_request(
4178: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4179: p_entity_id => p_x_line_rec.line_id,
4180: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4181: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4217: OE_Delayed_Requests_Pvt.log_request(

4213: IF l_is_model = 'Y' THEN
4214: if l_debug_level > 0 then
4215: oe_debug_pub.add('CSH Before log request --G_UPDATE_SERVICE', 1);
4216: end if;
4217: OE_Delayed_Requests_Pvt.log_request(
4218: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4219: p_entity_id => p_x_line_rec.line_id,
4220: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4221: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4247: OE_delayed_requests_Pvt.log_request(

4243: l_from_line_id := p_x_line_rec.source_document_line_id ;
4244: l_from_header_id := p_x_line_rec.source_document_id;
4245: End IF;
4246:
4247: OE_delayed_requests_Pvt.log_request(
4248: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4249: p_entity_id => p_x_line_rec.line_id,
4250: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4251: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4374: OE_delayed_requests_Pvt.log_request(

4370: /* BUG 2013611 BEGIN */
4371: if l_debug_level > 0 then
4372: oe_debug_pub.ADD('Logging REVERSE_LIMITS delayed request for LINE CANCEL ',1);
4373: end if;
4374: OE_delayed_requests_Pvt.log_request(
4375: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4376: p_entity_id => p_x_line_rec.line_id,
4377: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4378: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4507: OE_delayed_requests_Pvt.log_request(

4503: if l_debug_level > 0 then
4504: oe_debug_pub.ADD('logging price line request');
4505: end if;
4506:
4507: OE_delayed_requests_Pvt.log_request(
4508: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4509: p_entity_id => p_x_line_rec.line_id,
4510: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4511: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4527: OE_delayed_requests_Pvt.log_request(

4523: if l_debug_level > 0 then
4524: oe_debug_pub.add('renga-logging delayed req freight_for_included',1);
4525: end if;
4526:
4527: OE_delayed_requests_Pvt.log_request(
4528: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4529: p_entity_id => p_x_line_rec.header_id,
4530: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4531: p_requesting_entity_id => p_x_line_rec.header_id,

Line 4552: OE_delayed_requests_Pvt.log_request(

4548: l_pricing_event := 'BATCH,ORDER,BOOK'; --7494393
4549: ELSE
4550: l_pricing_event := 'ORDER';
4551: END IF;
4552: OE_delayed_requests_Pvt.log_request(
4553: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4554: p_entity_id => p_x_line_rec.Header_Id,
4555: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4556: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 4577: OE_delayed_requests_Pvt.log_request(

4573: l_retrobill_operation:='UPDATE';
4574: END IF;
4575:
4576:
4577: OE_delayed_requests_Pvt.log_request(
4578: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4579: p_entity_id => p_x_line_rec.Header_Id,
4580: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4581: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 4590: OE_delayed_requests_Pvt.log_request(

4586: p_request_type => OE_GLOBALS.G_PRICE_ORDER,
4587: x_return_status => l_return_status);
4588:
4589: --copy the adjustments over to the new retrobilling line
4590: OE_delayed_requests_Pvt.log_request(
4591: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4592: p_entity_id => p_x_line_rec.line_id,
4593: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4594: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4625: OE_delayed_requests_Pvt.log_request(

4621: ELSIF OE_GLOBALS.G_DEFER_PRICING='Y' THEN
4622: l_pricing_event := 'PRICE,BATCH';
4623: END IF;
4624:
4625: OE_delayed_requests_Pvt.log_request(
4626: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4627: p_entity_id => p_x_line_rec.Header_Id,
4628: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4629: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 4639: OE_delayed_requests_Pvt.log_request(

4635: END IF; --RT
4636: END IF; --2442012
4637:
4638: /* If p_x_line_rec.booked_flag='Y' and p_x_line_rec.item_type_code <> 'INCLUDED' Then
4639: OE_delayed_requests_Pvt.log_request(
4640: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4641: p_entity_id => p_x_line_rec.Header_Id,
4642: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4643: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 4703: OE_delayed_requests_Pvt.log_request(

4699: l_pricing_event := 'BATCH,BOOK';
4700: Else
4701: l_pricing_event := 'BATCH';
4702: End If;
4703: OE_delayed_requests_Pvt.log_request(
4704: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
4705: p_entity_id => p_x_line_rec.line_Id,
4706: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4707: p_requesting_entity_id => p_x_line_rec.line_Id,

Line 4717: OE_delayed_requests_Pvt.log_request(

4713:
4714: /* if (p_x_line_rec.booked_flag = 'Y')
4715: then
4716: oe_debug_pub.add('Booked order -- log a request to Price Line');
4717: OE_delayed_requests_Pvt.log_request(
4718: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
4719: p_entity_id => p_x_line_rec.line_Id,
4720: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4721: p_requesting_entity_id => p_x_line_rec.line_Id,

Line 4764: OE_delayed_requests_Pvt.log_request(

4760: and p_x_line_rec.calculate_price_flag = 'Y' Then
4761: p_x_line_rec.calculate_price_flag :='P';
4762: End If;
4763:
4764: OE_delayed_requests_Pvt.log_request(
4765: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4766: p_entity_id => p_x_line_rec.line_id,
4767: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4768: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4929: OE_delayed_requests_Pvt.log_request(

4925: end if;
4926: -- lkxu, make changes for bug 1581188
4927: l_tax_commt_flag := 'N'; --bug 2505961
4928: IF (OE_GLOBALS.G_UI_FLAG) THEN
4929: OE_delayed_requests_Pvt.log_request(
4930: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4931: p_entity_id => p_x_line_rec.line_id,
4932: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4933: p_requesting_entity_id => p_x_line_rec.line_id,

Line 4938: OE_delayed_requests_Pvt.log_request(

4934: p_request_type => OE_GLOBALS.g_tax_line,
4935: x_return_status => l_return_status);
4936: ELSE
4937: -- added p_param1 for bug 1786533.
4938: OE_delayed_requests_Pvt.log_request(
4939: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
4940: p_entity_id => p_x_line_rec.line_id,
4941: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4942: p_requesting_entity_id => p_x_line_rec.line_id,

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

4951: IF (oe_globals.g_tax_flag = 'Y') THEN
4952: if l_debug_level > 0 then
4953: oe_debug_pub.ADD('Logging delayed request for taxing');
4954: end if;
4955: OE_delayed_requests_Pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4956: p_entity_id => p_x_line_rec.line_id,
4957: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4958: p_requesting_entity_id => p_x_line_rec.line_id,
4959: p_request_type => OE_GLOBALS.g_tax_line,

Line 5003: OE_delayed_requests_Pvt.log_request

4999: if l_debug_level > 0 then
5000: oe_debug_pub.ADD('Logging delayed request for Verify Payment');
5001: end if;
5002: --
5003: OE_delayed_requests_Pvt.log_request
5004: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5005: p_entity_id => p_x_line_rec.header_id,
5006: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5007: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5063: OE_Delayed_Requests_Pvt.Log_Request(

5059:
5060: if l_debug_level > 0 then
5061: oe_debug_pub.add('Logging delayed request for Commitment.', 2);
5062: end if;
5063: OE_Delayed_Requests_Pvt.Log_Request(
5064: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5065: p_entity_id => p_x_line_rec.line_id,
5066: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5067: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5091: OE_Delayed_Requests_Pvt.Log_Request(

5087: oe_debug_pub.add('Logging delayed request for updating commitment for line '||p_x_line_rec.line_id, 2);
5088: end if;
5089:
5090: -- should log as ENTITY_ALL, as SPLIT is a batch mode
5091: OE_Delayed_Requests_Pvt.Log_Request(
5092: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
5093: p_entity_id =>p_x_line_rec.line_id,
5094: p_requesting_entity_code =>OE_GLOBALS.G_ENTITY_LINE,
5095: p_requesting_entity_id =>p_x_line_rec.line_id,

Line 5109: OE_Delayed_Requests_Pvt.Log_Request(

5105: oe_debug_pub.add('Logging delayed request for Commitment Applied Amount '|| p_x_line_rec.commitment_applied_amount, 3);
5106: oe_debug_pub.add('param2 is: '|| p_x_line_rec.header_id, 3);
5107: oe_debug_pub.add('param3 is: '|| p_x_line_rec.commitment_id, 3);
5108: end if;
5109: OE_Delayed_Requests_Pvt.Log_Request(
5110: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5111: p_entity_id => p_x_line_rec.line_id,
5112: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5113: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5129: OE_delayed_requests_Pvt.log_request

5125: if l_debug_level > 0 then
5126: oe_debug_pub.add('Logging delayed request for freight rate: '||p_x_line_rec.header_id, 2);
5127: end if;
5128:
5129: OE_delayed_requests_Pvt.log_request
5130: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5131: p_entity_id => p_x_line_rec.header_id,
5132: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5133: p_requesting_entity_id => p_x_line_rec.line_id,

Line 5144: OE_delayed_requests_Pvt.log_request(

5140: l_pricing_event := 'BATCH';
5141: END IF;
5142:
5143: -- also log pricing request to calculate fregight rates.
5144: OE_delayed_requests_Pvt.log_request(
5145: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5146: p_entity_id => p_x_line_rec.header_id,
5147: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5148: p_requesting_entity_id => p_x_line_rec.header_id,

Line 16087: OE_delayed_requests_Pvt.log_request(

16083: as the entity id. The corresponding change will be in
16084: OEXULPAB.pls
16085: - Idea is, copy_model_pattr for each option line.
16086: */
16087: OE_delayed_requests_Pvt.log_request(
16088: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16089: p_entity_id => p_x_line_rec.line_id,
16090: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16091: p_requesting_entity_id => p_x_line_rec.line_id,

Line 16150: OE_Delayed_Requests_Pvt.Log_Request(

16146: END;
16147:
16148: IF l_line_payment_type_code IS NOT NULL THEN
16149: oe_debug_pub.add('Log delayed request to cascade payment information for line: '||p_x_line_rec.line_id, 1);
16150: OE_Delayed_Requests_Pvt.Log_Request(
16151: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16152: p_entity_id => p_x_line_rec.line_id,
16153: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16154: p_requesting_entity_id => p_x_line_rec.line_id,

Line 16174: OE_Delayed_Requests_Pvt.Log_Request(

16170: THEN
16171: if l_debug_level > 0 then
16172: oe_debug_pub.add('This is a new line after split', 1);
16173: end if;
16174: OE_Delayed_Requests_Pvt.Log_Request(
16175: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16176: p_entity_id => p_x_line_rec.line_id,
16177: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16178: p_requesting_entity_id => p_x_line_rec.line_id,

Line 16214: OE_Delayed_Requests_Pvt.Log_Request(

16210:
16211: if l_debug_level > 0 then
16212: oe_debug_pub.ADD('Update Shipping : '|| p_x_line_rec.line_id ,1);
16213: end if;
16214: OE_Delayed_Requests_Pvt.Log_Request(
16215: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16216: p_entity_id => p_x_line_rec.line_id,
16217: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16218: p_requesting_entity_id => p_x_line_rec.line_id,

Line 16245: OE_delayed_requests_Pvt.log_request(

16241: l_pricing_event := 'BATCH,ORDER,BOOK'; --7494393
16242: ELSE
16243: l_pricing_event := 'ORDER';
16244: END IF;
16245: OE_delayed_requests_Pvt.log_request(
16246: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
16247: p_entity_id => p_x_line_rec.Header_Id,
16248: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
16249: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 16275: OE_delayed_requests_Pvt.log_request(

16271: else
16272: if l_debug_level > 0 then
16273: oe_debug_pub.add('logging price order - delete operation');
16274: end if;
16275: OE_delayed_requests_Pvt.log_request(
16276: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
16277: p_entity_id => p_x_line_rec.Header_Id,
16278: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
16279: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 16292: OE_delayed_requests_Pvt.log_request(

16288: /* IF p_x_line_rec.booked_flag='Y' THEN
16289: if l_debug_level > 0 then
16290: oe_debug_pub.add('bokked - delete');
16291: end if;
16292: OE_delayed_requests_Pvt.log_request(
16293: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
16294: p_entity_id => p_x_line_rec.Header_Id,
16295: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
16296: p_requesting_entity_id => p_x_line_rec.Header_Id,

Line 16331: OE_Delayed_Requests_Pvt.Log_Request(

16327: NOT OE_GLOBALS.EQUAL(p_x_line_rec.project_id ,
16328: p_old_line_rec.project_id) OR
16329: NOT OE_GLOBALS.EQUAL(p_x_line_rec.task_id ,
16330: p_old_line_rec.task_id) THEN
16331: OE_Delayed_Requests_Pvt.Log_Request(
16332: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16333: p_entity_id => p_x_line_rec.line_set_id,
16334: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16335: p_requesting_entity_id => p_x_line_rec.line_id,

Line 16645: OE_delayed_requests_Pvt.Log_Request

16641: IF G_APPLY_AUTOMATIC_ATCHMT = 'Y' THEN
16642: if l_debug_level > 0 then
16643: oe_debug_pub.add('log request to apply atchmt',1);
16644: end if;
16645: OE_delayed_requests_Pvt.Log_Request
16646: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16647: p_entity_id => p_x_line_rec.line_id,
16648: p_request_type => OE_GLOBALS.G_APPLY_AUTOMATIC_ATCHMT,
16649: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,

Line 16661: OE_delayed_requests_Pvt.Log_Request

16657: IF p_x_line_rec.split_by = 'SYSTEM' THEN
16658: if l_debug_level > 0 then
16659: oe_debug_pub.add('log request to copy all atchmt',1);
16660: end if;
16661: OE_delayed_requests_Pvt.Log_Request
16662: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16663: p_entity_id => p_x_line_rec.line_id,
16664: p_param1 => p_x_line_rec.split_from_line_id,
16665: p_param2 => 'N', -- copy ALL attachments

Line 16677: OE_delayed_requests_Pvt.Log_Request

16673:
16674: if l_debug_level > 0 then
16675: oe_debug_pub.add('log request to copy manual atchmt',1);
16676: end if;
16677: OE_delayed_requests_Pvt.Log_Request
16678: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16679: p_entity_id => p_x_line_rec.line_id,
16680: p_param1 => p_x_line_rec.split_from_line_id,
16681: p_param2 => 'Y', -- copy only manual attachments

Line 16720: OE_delayed_requests_Pvt.Log_Request

16716:
16717: END IF;
16718: --6896311
16719: IF l_attr_attach_change THEN --6896311
16720: OE_delayed_requests_Pvt.Log_Request
16721: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
16722: p_entity_id => p_x_line_rec.line_id,
16723: p_request_type => OE_GLOBALS.G_APPLY_AUTOMATIC_ATCHMT,
16724: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,

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

17033: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17034: p_entity_id => p_x_line_rec.line_id,
17035: p_hist_type_code => 'SPLIT');
17036: --log delayed request
17037: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17038: p_entity_id => p_x_line_rec.header_id,
17039: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17040: p_requesting_entity_id => p_x_line_rec.line_id,
17041: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

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

17095: --log delayed request
17096: if l_debug_level > 0 then
17097: oe_debug_pub.add('log versioning request',1);
17098: end if;
17099: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17100: p_entity_id => p_x_line_rec.header_id,
17101: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17102: p_requesting_entity_id => p_x_line_rec.line_id,
17103: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

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

17120: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17121: p_entity_id => p_x_line_rec.line_id,
17122: p_hist_type_code => 'UPDATE');
17123: --log delayed request
17124: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17125: p_entity_id => p_x_line_rec.header_id,
17126: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
17127: p_requesting_entity_id => p_x_line_rec.line_id,
17128: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 17605: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

17601: if l_debug_level > 0 then
17602: oe_debug_pub.add('Calling DelayedReg for evaluate_holds in post_write for UPDATE');
17603: end if;
17604:
17605: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
17606: (p_request_type =>OE_GLOBALS.G_EVAL_HOLD_SOURCE
17607: ,p_delete => FND_API.G_TRUE
17608: ,x_return_status => l_return_status
17609: );

Line 17803: OE_delayed_requests_Pvt.log_request

17799: /*
17800: -- Log a request to cancel the workflow.
17801:
17802:
17803: OE_delayed_requests_Pvt.log_request
17804: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17805: p_entity_id => p_x_line_rec.line_id,
17806: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
17807: p_requesting_entity_id => p_x_line_rec.line_id,

Line 17990: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

17986: NOT OE_GLOBALS.EQUAL(p_x_line_rec.reference_line_id ,
17987: p_old_line_rec.reference_line_id)
17988:
17989: THEN
17990: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
17991: (p_request_type =>OE_GLOBALS.G_INSERT_RMA
17992: ,p_delete => FND_API.G_TRUE
17993: ,x_return_status => l_return_status
17994: );

Line 18099: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

18095: -- batch validation request is executed in post_lines
18096: -- so that it gets executed before any other delayed requests
18097: -- like pricing, scheduling for models.
18098:
18099: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
18100: (p_request_type =>OE_GLOBALS.G_VALIDATE_CONFIGURATION
18101: ,p_delete => FND_API.G_TRUE
18102: ,x_return_status => l_return_status
18103: );

Line 18118: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

18114:
18115: -- cascading of changes from model to options
18116: -- is done before executing other requests.
18117:
18118: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
18119: (p_request_type =>OE_GLOBALS.G_CASCADE_CHANGES
18120: ,p_delete => FND_API.G_TRUE
18121: ,x_return_status => l_return_status
18122: );

Line 18133: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

18129:
18130: -- Making change to whole configuration is done before all
18131: -- other delayed requests are fired.
18132:
18133: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
18134: (p_request_type => OE_GLOBALS.G_CHANGE_CONFIGURATION
18135: ,p_delete => FND_API.G_TRUE
18136: ,x_return_status => l_return_status
18137: );

Line 18146: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

18142: END IF;
18143:
18144: -- handling split of models
18145:
18146: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
18147: (p_request_type => OE_GLOBALS.G_COPY_CONFIGURATION
18148: ,p_delete => FND_API.G_TRUE
18149: ,x_return_status => l_return_status
18150: );

Line 18356: OE_delayed_requests_Pvt.log_request(

18352: oe_debug_pub.add('Logging G_SPLIT_SCHEDULE' ||
18353: p_x_line_tbl(I).line_id, 2);
18354: end if;
18355:
18356: OE_delayed_requests_Pvt.log_request(
18357: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18358: p_entity_id => p_x_line_tbl(I).line_id,
18359: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
18360: p_requesting_entity_id => p_x_line_tbl(I).line_id,

Line 19624: OE_delayed_requests_Pvt.log_request

19620: oe_debug_pub.add('cto_change logged for warehouse change', 3);
19621: end if;
19622: l_notify_cto := TRUE;
19623:
19624: OE_delayed_requests_Pvt.log_request
19625: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19626: p_entity_id => p_x_line_rec.line_id,
19627: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19628: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19647: OE_delayed_requests_Pvt.log_request

19643: end if;
19644:
19645: l_notify_cto := TRUE;
19646:
19647: OE_delayed_requests_Pvt.log_request
19648: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19649: p_entity_id => p_x_line_rec.line_id,
19650: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19651: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19669: OE_delayed_requests_Pvt.log_request

19665: oe_debug_pub.add('cto_change logged for req date change', 3);
19666: end if;
19667: l_notify_cto := TRUE;
19668:
19669: OE_delayed_requests_Pvt.log_request
19670: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19671: p_entity_id => p_x_line_rec.line_id,
19672: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19673: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19693: OE_delayed_requests_Pvt.log_request

19689: oe_debug_pub.add('cto_change logged for sch ship date change', 3);
19690: end if;
19691: l_notify_cto := TRUE;
19692:
19693: OE_delayed_requests_Pvt.log_request
19694: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19695: p_entity_id => p_x_line_rec.line_id,
19696: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19697: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19716: OE_delayed_requests_Pvt.log_request

19712: oe_debug_pub.add('cto_change logged for sch arr date change', 3);
19713: end if;
19714: l_notify_cto := TRUE;
19715:
19716: OE_delayed_requests_Pvt.log_request
19717: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19718: p_entity_id => p_x_line_rec.line_id,
19719: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19720: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19741: OE_delayed_requests_Pvt.log_request

19737: end if;
19738:
19739: l_notify_cto := TRUE;
19740:
19741: OE_delayed_requests_Pvt.log_request
19742: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19743: p_entity_id => p_x_line_rec.line_id,
19744: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19745: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19764: OE_delayed_requests_Pvt.log_request

19760: end if;
19761:
19762: l_notify_cto := TRUE;
19763:
19764: OE_delayed_requests_Pvt.log_request
19765: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19766: p_entity_id => p_x_line_rec.line_id,
19767: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19768: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19787: OE_delayed_requests_Pvt.log_request

19783: end if;
19784:
19785: l_notify_cto := TRUE;
19786:
19787: OE_delayed_requests_Pvt.log_request
19788: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19789: p_entity_id => p_x_line_rec.line_id,
19790: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19791: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19815: OE_delayed_requests_Pvt.log_request

19811: end if;
19812:
19813: l_notify_cto := TRUE;
19814:
19815: OE_delayed_requests_Pvt.log_request
19816: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19817: p_entity_id => p_x_line_rec.line_id,
19818: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19819: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19880: OE_delayed_requests_Pvt.log_request

19876: end if;
19877:
19878: l_notify_cto := TRUE;
19879:
19880: OE_delayed_requests_Pvt.log_request
19881: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19882: p_entity_id => p_x_line_rec.ato_line_id,
19883: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19884: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19897: OE_delayed_requests_Pvt.log_request

19893: if l_debug_level > 0 then
19894: oe_debug_pub.add('cto_change logged for decimal change', 3);
19895: end if;
19896:
19897: OE_delayed_requests_Pvt.log_request
19898: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19899: p_entity_id => p_x_line_rec.line_id,
19900: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19901: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19956: OE_delayed_requests_Pvt.log_request

19952: if l_debug_level > 0 then
19953: oe_debug_pub.add('new split ato model '|| p_x_line_rec.line_id, 3);
19954: end if;
19955:
19956: OE_delayed_requests_Pvt.log_request
19957: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19958: p_entity_id => p_x_line_rec.ato_line_id,
19959: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19960: p_requesting_entity_id => p_x_line_rec.line_id,

Line 19976: OE_delayed_requests_Pvt.log_request

19972: if l_debug_level > 0 then
19973: oe_debug_pub.add('notify_cto logged', 3);
19974: end if;
19975:
19976: OE_delayed_requests_Pvt.log_request
19977: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
19978: p_entity_id => p_x_line_rec.ato_line_id,
19979: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
19980: p_requesting_entity_id => p_x_line_rec.ato_line_id,

Line 20032: OE_delayed_requests_Pvt.log_request

20028: if l_debug_level > 0 then
20029: oe_debug_pub.add('pto ato and config exist'|| p_x_line_rec.line_id, 2);
20030: end if;
20031:
20032: OE_delayed_requests_Pvt.log_request
20033: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
20034: p_entity_id => p_x_line_rec.line_id,
20035: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20036: p_requesting_entity_id => p_x_line_rec.line_id,

Line 20045: OE_delayed_requests_Pvt.log_request

20041: p_param4 => p_x_line_rec.line_id,
20042: p_param5 => p_x_line_rec.ato_line_id,
20043: x_return_status => x_return_status);
20044:
20045: OE_delayed_requests_Pvt.log_request
20046: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
20047: p_entity_id => p_x_line_rec.top_model_line_id,
20048: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20049: p_requesting_entity_id => p_x_line_rec.top_model_line_id,

Line 20145: OE_Delayed_Requests_Pvt.Log_Request(

20141: if l_debug_level > 0 then
20142: oe_debug_pub.add('Logging a request after spllit
20143: to copy the configuration in SPC', 1);
20144: end if;
20145: OE_Delayed_Requests_Pvt.Log_Request(
20146: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20147: p_entity_id => p_x_line_rec.line_id,
20148: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20149: p_requesting_entity_id => p_x_line_rec.line_id,

Line 20213: OE_delayed_requests_Pvt.log_request(

20209: if l_debug_level > 0 then
20210: oe_debug_pub.add('Logging a request to validate configuration ', 1);
20211: end if;
20212:
20213: OE_delayed_requests_Pvt.log_request(
20214: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20215: p_entity_id => p_x_line_rec.top_model_line_id,
20216: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20217: p_requesting_entity_id => p_x_line_rec.line_id,

Line 20225: OE_Delayed_Requests_Pvt.Log_Request(

20221: if l_debug_level > 0 then
20222: oe_debug_pub.add('Logging a request to delete option from oe/spc', 1);
20223: end if;
20224:
20225: OE_Delayed_Requests_Pvt.Log_Request(
20226: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20227: p_entity_id => p_x_line_rec.top_model_line_id,
20228: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20229: p_requesting_entity_id => p_x_line_rec.line_id,

Line 20362: OE_delayed_requests_Pvt.log_request(

20358: END IF;
20359: RAISE FND_API.G_EXC_ERROR;
20360: END IF;
20361:
20362: OE_delayed_requests_Pvt.log_request(
20363: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20364: p_entity_id => p_x_line_rec.top_model_line_id,
20365: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20366: p_requesting_entity_id => p_x_line_rec.line_id,

Line 20396: OE_Delayed_Requests_Pvt.Log_Request(

20392: oe_debug_pub.add
20393: (p_x_line_rec.item_type_code || p_x_line_rec.ordered_quantity, 1);
20394: end if;
20395:
20396: OE_Delayed_Requests_Pvt.Log_Request(
20397: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20398: p_entity_id => p_x_line_rec.line_id,
20399: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20400: p_requesting_entity_id => p_x_line_rec.line_id,

Line 20728: OE_delayed_requests_Pvt.log_request(

20724: end if;
20725: l_cancellation := 'Y';
20726: END IF;
20727:
20728: OE_delayed_requests_Pvt.log_request(
20729: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20730: p_entity_id => p_x_line_rec.line_id,
20731: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20732: p_requesting_entity_id => p_x_line_rec.line_id,

Line 20842: OE_Delayed_Requests_Pvt.Log_Request(

20838: if l_debug_level > 0 then
20839: oe_debug_pub.add('logging a req. to chg config', 1);
20840: end if;
20841:
20842: OE_Delayed_Requests_Pvt.Log_Request(
20843: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20844: p_entity_id => l_entity_id,
20845: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
20846: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21209: OE_Delayed_Requests_Pvt.Log_Request(

21205: oe_debug_pub.ADD('Update Shipping : logging delayed request for '
21206: || to_char(p_x_line_rec.line_id) ,1);
21207: end if;
21208:
21209: OE_Delayed_Requests_Pvt.Log_Request(
21210: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21211: p_entity_id => p_x_line_rec.line_id,
21212: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
21213: p_requesting_entity_id => p_x_line_rec.line_id,

Line 21841: OE_Delayed_Requests_Pvt.Log_Request

21837:
21838: -- For DELETES, log process releases request with new values as
21839: -- null or 0 so that quantity/amount cumulations see negative
21840: -- changes thus resulting in decrementing final released qty/amount
21841: OE_Delayed_Requests_Pvt.Log_Request
21842: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
21843: ,p_entity_id => p_x_line_rec.line_id
21844: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
21845: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 21874: OE_Delayed_Requests_Pvt.Log_Request

21870: -- If this is a shipment line, log request against the line set
21871: -- to validate that sum of quantities/amounts across all shipments
21872: -- in this line set are within the release min/max limits on blanket
21873: IF p_x_line_rec.line_set_id IS NOT NULL THEN
21874: OE_Delayed_Requests_Pvt.Log_Request
21875: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
21876: ,p_entity_id => p_x_line_rec.line_set_id
21877: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
21878: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 21906: OE_Delayed_Requests_Pvt.Log_Request

21902: -- Qty/amount against the blanket should be incremented by
21903: -- total qty/amount of this line, as complete negotiation is
21904: -- running consumption logic for this order first time.
21905: -- Hence, send old parameter (param1-6) values as null.
21906: OE_Delayed_Requests_Pvt.Log_Request
21907: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
21908: ,p_entity_id => p_x_line_rec.line_id
21909: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
21910: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 21940: OE_Delayed_Requests_Pvt.Log_Request

21936: -- in this line set are within the release min/max limits on blanket
21937: IF p_x_line_rec.line_set_id IS NOT NULL THEN
21938:
21939: IF p_x_line_rec.blanket_number IS NOT NULL THEN
21940: OE_Delayed_Requests_Pvt.Log_Request
21941: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
21942: ,p_entity_id => p_x_line_rec.line_set_id
21943: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
21944: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 21974: OE_Delayed_Requests_Pvt.Log_Request

21970: -- quantities/amounts are changed
21971:
21972: OE_Order_Cache.Load_Order_Header(p_x_line_rec.header_id);
21973:
21974: OE_Delayed_Requests_Pvt.Log_Request
21975: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
21976: ,p_entity_id => p_x_line_rec.line_id
21977: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
21978: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 22008: OE_Delayed_Requests_Pvt.Log_Request

22004: -- in this line set are within the release min/max limits on blanket
22005: IF p_x_line_rec.line_set_id IS NOT NULL THEN
22006:
22007: IF p_x_line_rec.blanket_number IS NOT NULL THEN
22008: OE_Delayed_Requests_Pvt.Log_Request
22009: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
22010: ,p_entity_id => p_x_line_rec.line_set_id
22011: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
22012: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 22031: OE_Delayed_Requests_Pvt.Log_Request

22027: OR NOT OE_GLOBALS.EQUAL(p_x_line_rec.blanket_line_number
22028: ,p_old_line_rec.blanket_line_number)
22029: )
22030: THEN
22031: OE_Delayed_Requests_Pvt.Log_Request
22032: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
22033: ,p_entity_id => p_x_line_rec.line_set_id
22034: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
22035: ,p_requesting_entity_id => p_x_line_rec.line_id

Line 22458: OE_Delayed_Requests_Pvt.Log_Request

22454: OE_DEBUG_PUB.Add('-----Logging Dropship_CMS_Request----for Entity:'||
22455: p_x_line_rec.line_id, 2);
22456: END IF;
22457:
22458: OE_Delayed_Requests_Pvt.Log_Request
22459: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL
22460: ,p_entity_id => p_x_line_rec.line_id
22461: ,p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
22462: ,p_requesting_entity_id => p_x_line_rec.line_id