DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 1385: OE_delayed_requests_Pvt.log_request(

1381: INTO l_set_type
1382: FROM oe_sets
1383: WHERE set_id = p_set_id;
1384:
1385: OE_delayed_requests_Pvt.log_request(
1386: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1387: p_entity_id => p_line_id,
1388: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1389: p_requesting_entity_id => p_line_id,

Line 1525: IF NOT OE_Delayed_Requests_PVT.Check_for_Request

1521:
1522: -- 4188166
1523: -- Log request if no request logged for the set id. Also remember ship_to_org_id
1524: -- and ship_from_org_id for cascading
1525: IF NOT OE_Delayed_Requests_PVT.Check_for_Request
1526: ( p_entity_code =>OE_GLOBALS.G_ENTITY_LINE
1527: , p_entity_id =>nvl(p_line_rec.ship_set_id,p_line_rec.arrival_set_id)
1528: , p_request_type =>OE_GLOBALS.G_GROUP_SET) THEN
1529:

Line 1530: OE_delayed_requests_Pvt.log_request(

1526: ( p_entity_code =>OE_GLOBALS.G_ENTITY_LINE
1527: , p_entity_id =>nvl(p_line_rec.ship_set_id,p_line_rec.arrival_set_id)
1528: , p_request_type =>OE_GLOBALS.G_GROUP_SET) THEN
1529:
1530: OE_delayed_requests_Pvt.log_request(
1531: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1532: p_entity_id => nvl(p_line_rec.ship_set_id,p_line_rec.arrival_set_id),
1533: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1534: p_requesting_entity_id => p_line_rec.line_id,

Line 1765: IF OE_Delayed_Requests_PVT.Check_for_Request

1761: IF l_debug_level > 0 THEN
1762: oe_debug_pub.add( 'Checking if Group_Schedule delayed request already exists for the line' , 2 ) ;
1763: END IF;
1764:
1765: IF OE_Delayed_Requests_PVT.Check_for_Request
1766: ( p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
1767: , p_entity_id =>p_line_rec.line_id
1768: , p_request_type =>OE_GLOBALS.G_GROUP_SCHEDULE) THEN
1769:

Line 1891: OE_delayed_requests_Pvt.log_request

1887: ELSE
1888: l_operation:= p_line_rec.operation;
1889: END IF;
1890: -- 3586151 OE_GLOBALS.G_ENTITY_LINE is replaced by OE_GLOBALS.G_ENTITY_ALL for p_entity_code to execute at the end.
1891: OE_delayed_requests_Pvt.log_request
1892: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL, --OE_GLOBALS.G_ENTITY_LINE,
1893: p_entity_id => p_line_rec.line_id,
1894: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1895: p_requesting_entity_id => p_line_rec.line_id,

Line 1928: OE_delayed_requests_Pvt.log_request

1924: THEN
1925: IF l_debug_level > 0 THEN
1926: oe_debug_pub.add( 'Logging cascade warehouse / Request date ' , 4 ) ;
1927: END IF;
1928: OE_delayed_requests_Pvt.log_request
1929: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1930: p_entity_id => l_cascade_line_id,
1931: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1932: p_requesting_entity_id => l_cascade_line_id,

Line 2030: OE_delayed_requests_Pvt.log_request

2026:
2027: l_line_id := Nvl(p_line_rec.ato_line_id,p_line_rec.line_id);
2028: END IF;
2029:
2030: OE_delayed_requests_Pvt.log_request
2031: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2032: p_entity_id => l_line_id,
2033: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2034: p_requesting_entity_id => p_line_rec.line_id,

Line 2440: OE_delayed_requests_Pvt.log_request

2436: -- Internal Sales Order Full Cancellation. It will even not be logged
2437: -- Purchasing profile option does not allow update of Need By Date when
2438: -- Schedule Ship Date changes on internal sales order line
2439:
2440: OE_delayed_requests_Pvt.log_request
2441: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
2442: , p_entity_id => p_x_line_rec.line_id
2443: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
2444: , p_requesting_entity_id => p_x_line_rec.line_id

Line 2666: l_bckup_request_tbl := OE_Delayed_Requests_PVT.g_delayed_requests;

2662: --Take a backup of current delayed request table
2663: --so that in case of any error just set the global table to the backup table
2664: --since in case or error we do not want any of the delayed requests
2665: --logged during split to be executed
2666: l_bckup_request_tbl := OE_Delayed_Requests_PVT.g_delayed_requests;
2667:
2668: l_latest_acceptable_date := NVL(p_x_line_rec.latest_acceptable_date,p_x_line_rec.request_date);
2669:
2670: IF l_debug_level > 0 THEN

Line 3388: OE_Delayed_Requests_PVT.g_delayed_requests := l_bckup_request_tbl;

3384: G_GOP_AUTO_SPLIT := FALSE;
3385: G_GOP_AUTO_SPLIT_LINE_ID := 0;
3386: OE_SCHEDULE_UTIL.OESCH_ITEM_IS_SUBSTITUTED := 'N'; --REMOVE
3387:
3388: OE_Delayed_Requests_PVT.g_delayed_requests := l_bckup_request_tbl;
3389: x_return_status := FND_API.G_RET_STS_ERROR;
3390: --RAISE FND_API.G_RET_STS_ERROR;
3391: END check_split_needed;
3392:

Line 5925: OE_delayed_requests_Pvt.log_request

5921: -- Internal Sales Order Full Cancellation. It will even not be logged
5922: -- Purchasing profile option does not allow update of Need By Date when
5923: -- Schedule Ship Date changes on internal sales order line
5924:
5925: OE_delayed_requests_Pvt.log_request
5926: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
5927: , p_entity_id => p_x_line_rec.line_id
5928: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
5929: , p_requesting_entity_id => p_x_line_rec.line_id

Line 6340: OE_delayed_requests_Pvt.log_request

6336: -- Internal Sales Order Full Cancellation. It will even not be logged
6337: -- Purchasing profile option does not allow update of Need By Date when
6338: -- Schedule Ship Date changes on internal sales order line
6339:
6340: OE_delayed_requests_Pvt.log_request
6341: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
6342: , p_entity_id => p_x_line_tbl(i).line_id
6343: , p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE
6344: , p_requesting_entity_id => p_x_line_tbl(i).line_id

Line 9744: oe_delayed_requests_pvt.log_request(

9740: IF l_debug_level > 0 THEN
9741: oe_debug_pub.add( 'SHIPPING_METHOD CHANGED , CASCADE' , 4 ) ;
9742: END IF;
9743:
9744: oe_delayed_requests_pvt.log_request(
9745: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
9746: p_entity_id => p_x_line_rec.line_id,
9747: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
9748: p_requesting_entity_id => p_x_line_rec.line_id,

Line 9986: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Entity

9982: p_caller => p_caller,
9983: x_return_status => x_return_status);
9984: IF l_auto_schedule_sets = 'N' THEN --13958294
9985: --10064449: Delayed request need to be executed now.
9986: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Entity
9987: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL --OE_GLOBALS.G_ENTITY_LINE -- 12642790
9988: ,p_delete => FND_API.G_TRUE
9989: ,x_return_status => x_return_status );
9990:

Line 10464: OE_delayed_requests_Pvt.log_request(

10460: NVL(fnd_profile.value('ONT_BYPASS_ATP'),'N') ='Y' THEN
10461: x_auto_sch := 'Y';
10462: RETURN TRUE;
10463: ELSE
10464: OE_delayed_requests_Pvt.log_request(
10465: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
10466: p_entity_id => p_line_rec.header_id,
10467: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
10468: p_requesting_entity_id => p_line_rec.header_id,

Line 14599: OE_Delayed_Requests_PVT.Check_For_Request

14595: END;
14596: IF l_ato_exists = 'Y' THEN
14597:
14598: l_request_search_rslt :=
14599: OE_Delayed_Requests_PVT.Check_For_Request
14600: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
14601: p_entity_id => l_line_rec.ato_line_id,
14602: p_request_type => OE_GLOBALS.G_SCHEDULE_ATO);
14603:

Line 14610: OE_Delayed_Requests_Pvt.Log_Request

14606: Return;
14607: END IF;
14608:
14609: -- Log request.
14610: OE_Delayed_Requests_Pvt.Log_Request
14611: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
14612: p_entity_id => l_line_rec.ato_line_id,
14613: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
14614: p_requesting_entity_id => l_line_rec.line_id,