DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 1338: OE_delayed_requests_Pvt.log_request(

1334: INTO l_set_type
1335: FROM oe_sets
1336: WHERE set_id = p_set_id;
1337:
1338: OE_delayed_requests_Pvt.log_request(
1339: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1340: p_entity_id => p_line_id,
1341: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1342: p_requesting_entity_id => p_line_id,

Line 1477: IF NOT OE_Delayed_Requests_PVT.Check_for_Request

1473:
1474: -- 4188166
1475: -- Log request if no request logged for the set id. Also remember ship_to_org_id
1476: -- and ship_from_org_id for cascading
1477: IF NOT OE_Delayed_Requests_PVT.Check_for_Request
1478: ( p_entity_code =>OE_GLOBALS.G_ENTITY_LINE
1479: , p_entity_id =>nvl(p_line_rec.ship_set_id,p_line_rec.arrival_set_id)
1480: , p_request_type =>OE_GLOBALS.G_GROUP_SET) THEN
1481:

Line 1482: OE_delayed_requests_Pvt.log_request(

1478: ( p_entity_code =>OE_GLOBALS.G_ENTITY_LINE
1479: , p_entity_id =>nvl(p_line_rec.ship_set_id,p_line_rec.arrival_set_id)
1480: , p_request_type =>OE_GLOBALS.G_GROUP_SET) THEN
1481:
1482: OE_delayed_requests_Pvt.log_request(
1483: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1484: p_entity_id => nvl(p_line_rec.ship_set_id,p_line_rec.arrival_set_id),
1485: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1486: p_requesting_entity_id => p_line_rec.line_id,

Line 1715: IF OE_Delayed_Requests_PVT.Check_for_Request

1711: IF l_debug_level > 0 THEN
1712: oe_debug_pub.add( 'Checking if Group_Schedule delayed request already exists for the line' , 2 ) ;
1713: END IF;
1714:
1715: IF OE_Delayed_Requests_PVT.Check_for_Request
1716: ( p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
1717: , p_entity_id =>p_line_rec.line_id
1718: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE) THEN
1719:

Line 1828: OE_delayed_requests_Pvt.log_request

1824: ELSE
1825: l_operation:= p_line_rec.operation;
1826: END IF;
1827: -- 3586151 OE_GLOBALS.G_ENTITY_LINE is replaced by OE_GLOBALS.G_ENTITY_ALL for p_entity_code to execute at the end.
1828: OE_delayed_requests_Pvt.log_request
1829: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL, --OE_GLOBALS.G_ENTITY_LINE,
1830: p_entity_id => p_line_rec.line_id,
1831: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1832: p_requesting_entity_id => p_line_rec.line_id,

Line 1865: OE_delayed_requests_Pvt.log_request

1861: THEN
1862: IF l_debug_level > 0 THEN
1863: oe_debug_pub.add( 'Logging cascade warehouse / Request date ' , 4 ) ;
1864: END IF;
1865: OE_delayed_requests_Pvt.log_request
1866: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1867: p_entity_id => l_cascade_line_id,
1868: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1869: p_requesting_entity_id => l_cascade_line_id,

Line 1967: OE_delayed_requests_Pvt.log_request

1963:
1964: l_line_id := Nvl(p_line_rec.ato_line_id,p_line_rec.line_id);
1965: END IF;
1966:
1967: OE_delayed_requests_Pvt.log_request
1968: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1969: p_entity_id => l_line_id,
1970: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1971: p_requesting_entity_id => p_line_rec.line_id,

Line 2354: OE_delayed_requests_Pvt.log_request

2350: -- Internal Sales Order Full Cancellation. It will even not be logged
2351: -- Purchasing profile option does not allow update of Need By Date when
2352: -- Schedule Ship Date changes on internal sales order line
2353:
2354: OE_delayed_requests_Pvt.log_request
2355: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
2356: , p_entity_id => p_x_line_rec.line_id
2357: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
2358: , p_requesting_entity_id => p_x_line_rec.line_id

Line 4859: OE_delayed_requests_Pvt.log_request

4855: -- Internal Sales Order Full Cancellation. It will even not be logged
4856: -- Purchasing profile option does not allow update of Need By Date when
4857: -- Schedule Ship Date changes on internal sales order line
4858:
4859: OE_delayed_requests_Pvt.log_request
4860: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
4861: , p_entity_id => p_x_line_rec.line_id
4862: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
4863: , p_requesting_entity_id => p_x_line_rec.line_id

Line 5267: OE_delayed_requests_Pvt.log_request

5263: -- Internal Sales Order Full Cancellation. It will even not be logged
5264: -- Purchasing profile option does not allow update of Need By Date when
5265: -- Schedule Ship Date changes on internal sales order line
5266:
5267: OE_delayed_requests_Pvt.log_request
5268: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
5269: , p_entity_id => p_x_line_tbl(i).line_id
5270: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
5271: , p_requesting_entity_id => p_x_line_tbl(i).line_id

Line 8395: oe_delayed_requests_pvt.log_request(

8391: IF l_debug_level > 0 THEN
8392: oe_debug_pub.add( 'SHIPPING_METHOD CHANGED , CASCADE' , 4 ) ;
8393: END IF;
8394:
8395: oe_delayed_requests_pvt.log_request(
8396: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8397: p_entity_id => p_x_line_rec.line_id,
8398: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
8399: p_requesting_entity_id => p_x_line_rec.line_id,

Line 8966: OE_delayed_requests_Pvt.log_request(

8962: IF l_delayed_schedule = 'N' THEN
8963: x_auto_sch := 'Y';
8964: RETURN TRUE;
8965: ELSE
8966: OE_delayed_requests_Pvt.log_request(
8967: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8968: p_entity_id => p_line_rec.header_id,
8969: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
8970: p_requesting_entity_id => p_line_rec.header_id,

Line 12756: OE_Delayed_Requests_PVT.Check_For_Request

12752: END;
12753: IF l_ato_exists = 'Y' THEN
12754:
12755: l_request_search_rslt :=
12756: OE_Delayed_Requests_PVT.Check_For_Request
12757: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
12758: p_entity_id => l_line_rec.ato_line_id,
12759: p_request_type => OE_GLOBALS.G_SCHEDULE_ATO);
12760:

Line 12767: OE_Delayed_Requests_Pvt.Log_Request

12763: Return;
12764: END IF;
12765:
12766: -- Log request.
12767: OE_Delayed_Requests_Pvt.Log_Request
12768: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
12769: p_entity_id => l_line_rec.ato_line_id,
12770: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
12771: p_requesting_entity_id => l_line_rec.line_id,