DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ORDER_PVT

Line 429: -- Call OE_Order_PVT.Process_order to insert sales credits.

425:
426: oe_debug_pub.Add(' l_count : ' || to_char(l_count));
427: IF l_count > 0 THEN -- Have some data that need to get cascaded.
428:
429: -- Call OE_Order_PVT.Process_order to insert sales credits.
430: -- Set recursion mode.
431: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
432:
433: OE_ORDER_PVT.Line_Scredits

Line 433: OE_ORDER_PVT.Line_Scredits

429: -- Call OE_Order_PVT.Process_order to insert sales credits.
430: -- Set recursion mode.
431: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
432:
433: OE_ORDER_PVT.Line_Scredits
434: (p_validation_level => FND_API.G_VALID_LEVEL_FULL
435: ,p_control_rec => l_control_rec
436: ,p_x_Line_Scredit_tbl => l_Line_Scredit_tbl
437: ,p_x_old_Line_Scredit_tbl => l_old_Line_Scredit_tbl

Line 450: /* OE_ORDER_PVT.Process_Requests_And_notify

446: RAISE FND_API.G_EXC_ERROR;
447: END IF;
448:
449: --comment out for notification project
450: /* OE_ORDER_PVT.Process_Requests_And_notify
451: ( p_process_requests => FALSE
452: ,p_notify => TRUE
453: ,x_return_status => l_return_status
454: ,p_Line_Scredit_tbl => l_Line_Scredit_tbl

Line 1096: OE_ORDER_PVT.Lines

1092:
1093: -- Set recursion mode.
1094: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
1095:
1096: OE_ORDER_PVT.Lines
1097: (p_validation_level => FND_API.G_VALID_LEVEL_FULL
1098: ,p_control_rec => l_control_rec
1099: ,p_x_line_tbl => l_line_tbl
1100: ,p_x_old_line_tbl => l_old_line_tbl

Line 1113: /* OE_ORDER_PVT.Process_Requests_And_notify

1109: RAISE FND_API.G_EXC_ERROR;
1110: END IF;
1111:
1112: --comment out for notification project
1113: /* OE_ORDER_PVT.Process_Requests_And_notify
1114: ( p_process_requests => FALSE
1115: ,p_notify => TRUE
1116: ,x_return_status => l_return_status
1117: ,p_line_tbl => l_line_tbl

Line 1353: -- Call OE_Order_PVT.Process_order to insert sales credits.

1349:
1350: END IF; /* end inserting sales credit */
1351:
1352: IF l_x_Line_Scredit_tbl.COUNT > 0 THEN
1353: -- Call OE_Order_PVT.Process_order to insert sales credits.
1354: -- Set recursion mode.
1355: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
1356:
1357: /* Adding the if condition for bug 6778016/

Line 1371: OE_DEBUG_PUB.ADD('Calling OE_ORDER_PVT.Line_Scredits',1);

1367: l_control_rec.process_partial:=true;
1368: l_control_rec.clear_dependents:= FALSE;
1369: end if; /*End of changes for bug 6778016*/
1370:
1371: OE_DEBUG_PUB.ADD('Calling OE_ORDER_PVT.Line_Scredits',1);
1372: OE_ORDER_PVT.Line_Scredits
1373: (p_validation_level => FND_API.G_VALID_LEVEL_FULL
1374: ,p_control_rec => l_control_rec
1375: ,p_x_Line_Scredit_tbl => l_x_Line_Scredit_tbl

Line 1372: OE_ORDER_PVT.Line_Scredits

1368: l_control_rec.clear_dependents:= FALSE;
1369: end if; /*End of changes for bug 6778016*/
1370:
1371: OE_DEBUG_PUB.ADD('Calling OE_ORDER_PVT.Line_Scredits',1);
1372: OE_ORDER_PVT.Line_Scredits
1373: (p_validation_level => FND_API.G_VALID_LEVEL_FULL
1374: ,p_control_rec => l_control_rec
1375: ,p_x_Line_Scredit_tbl => l_x_Line_Scredit_tbl
1376: ,p_x_old_Line_Scredit_tbl => l_x_old_Line_Scredit_tbl

Line 1379: OE_DEBUG_PUB.ADD('After Calling OE_ORDER_PVT.Line_Scredits',1);

1375: ,p_x_Line_Scredit_tbl => l_x_Line_Scredit_tbl
1376: ,p_x_old_Line_Scredit_tbl => l_x_old_Line_Scredit_tbl
1377: ,x_return_status => l_return_status);
1378:
1379: OE_DEBUG_PUB.ADD('After Calling OE_ORDER_PVT.Line_Scredits',1);
1380: -- Reset recursion mode.
1381: -- OE_GLOBALS.G_RECURSION_MODE := 'N';
1382:
1383: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 1390: /* OE_ORDER_PVT.Process_Requests_And_notify

1386: RAISE FND_API.G_EXC_ERROR;
1387: END IF;
1388:
1389: --comment out for notification project
1390: /* OE_ORDER_PVT.Process_Requests_And_notify
1391: ( p_process_requests => FALSE
1392: ,p_notify => TRUE
1393: ,x_return_status => l_return_status
1394: ,p_Line_Scredit_tbl => l_x_Line_Scredit_tbl

Line 1676: OE_Order_PVT.Process_order

1672:
1673: -- Set recursion mode.
1674: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
1675:
1676: OE_Order_PVT.Process_order
1677: ( p_api_version_number => 1.0
1678: , p_init_msg_list => FND_API.G_FALSE
1679: , x_return_status => l_return_status
1680: , x_msg_count => l_msg_count

Line 3158: -- Call OE_Order_PVT.Process_order to insert lines

3154:
3155: l_control_rec.clear_api_cache := FALSE;
3156: l_control_rec.clear_api_requests := FALSE;
3157:
3158: -- Call OE_Order_PVT.Process_order to insert lines
3159: -- Set recursion mode.
3160: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3161:
3162: -- Set the global so that delayed request will not be

Line 3166: OE_ORDER_PVT.Lines

3162: -- Set the global so that delayed request will not be
3163: -- logged for the child return line
3164: OE_GLOBALS.G_RETURN_CHILDREN_MODE := 'Y';
3165:
3166: OE_ORDER_PVT.Lines
3167: (p_validation_level => FND_API.G_VALID_LEVEL_FULL
3168: ,p_control_rec => l_control_rec
3169: ,p_x_line_tbl => l_line_tbl
3170: ,p_x_old_line_tbl => l_old_line_tbl

Line 3185: /* OE_ORDER_PVT.Process_Requests_And_notify

3181: RAISE FND_API.G_EXC_ERROR;
3182: END IF;
3183:
3184: --comment out for notification project
3185: /* OE_ORDER_PVT.Process_Requests_And_notify
3186: ( p_process_requests => FALSE
3187: ,p_notify => TRUE
3188: ,x_return_status => l_return_status
3189: ,p_line_tbl => l_line_tbl

Line 3554: OE_DEBUG_PUB.ADD(' Before calling OE_ORDER_PVT.Lot_Serials',1);

3550: END LOOP;
3551: END IF; /* end inserting lot serial numbers */
3552:
3553: IF l_x_lot_serial_tbl.count > 0 THEN
3554: OE_DEBUG_PUB.ADD(' Before calling OE_ORDER_PVT.Lot_Serials',1);
3555: -- Call OE_Order_PVT.Process_order to insert lines
3556: -- Set recursion mode.
3557: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3558:

Line 3555: -- Call OE_Order_PVT.Process_order to insert lines

3551: END IF; /* end inserting lot serial numbers */
3552:
3553: IF l_x_lot_serial_tbl.count > 0 THEN
3554: OE_DEBUG_PUB.ADD(' Before calling OE_ORDER_PVT.Lot_Serials',1);
3555: -- Call OE_Order_PVT.Process_order to insert lines
3556: -- Set recursion mode.
3557: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3558:
3559: OE_ORDER_PVT.Lot_Serials

Line 3559: OE_ORDER_PVT.Lot_Serials

3555: -- Call OE_Order_PVT.Process_order to insert lines
3556: -- Set recursion mode.
3557: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3558:
3559: OE_ORDER_PVT.Lot_Serials
3560: (p_validation_level => FND_API.G_VALID_LEVEL_FULL
3561: ,p_control_rec => l_control_rec
3562: ,P_x_lot_serial_tbl => l_x_lot_serial_tbl
3563: ,p_x_old_lot_serial_tbl => l_x_old_lot_serial_tbl

Line 3567: OE_DEBUG_PUB.ADD(' After calling OE_ORDER_PVT.Lot_Serials',1);

3563: ,p_x_old_lot_serial_tbl => l_x_old_lot_serial_tbl
3564: ,x_return_status => l_return_status);
3565: -- Reset recursion mode.
3566: -- OE_GLOBALS.G_RECURSION_MODE := 'N';
3567: OE_DEBUG_PUB.ADD(' After calling OE_ORDER_PVT.Lot_Serials',1);
3568:
3569: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3570: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3571: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 3576: /* OE_ORDER_PVT.Process_Requests_And_notify

3572: RAISE FND_API.G_EXC_ERROR;
3573: END IF;
3574:
3575: --comment out for nitification project
3576: /* OE_ORDER_PVT.Process_Requests_And_notify
3577: ( p_process_requests => FALSE
3578: ,p_notify => TRUE
3579: ,x_return_status => l_return_status
3580: ,p_lot_serial_tbl => l_x_lot_serial_tbl

Line 3854: OE_Order_PVT.Process_order

3850:
3851: -- Set recursion mode.
3852: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3853:
3854: OE_Order_PVT.Process_order
3855: ( p_api_version_number => 1.0
3856: , x_return_status => l_return_status
3857: , x_msg_count => x_msg_count
3858: , x_msg_data => x_msg_data

Line 4209: -- Call OE_Order_PVT.Process_order to insert lines

4205:
4206: l_control_rec.clear_api_cache := FALSE;
4207: l_control_rec.clear_api_requests := FALSE;
4208:
4209: -- Call OE_Order_PVT.Process_order to insert lines
4210: -- Set recursion mode.
4211: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4212:
4213: OE_ORDER_PVT.Lines

Line 4213: OE_ORDER_PVT.Lines

4209: -- Call OE_Order_PVT.Process_order to insert lines
4210: -- Set recursion mode.
4211: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4212:
4213: OE_ORDER_PVT.Lines
4214: (P_validation_level => FND_API.G_VALID_LEVEL_FULL
4215: ,p_control_rec => l_control_rec
4216: ,p_x_line_tbl => l_line_tbl
4217: ,p_x_old_line_tbl => l_old_line_tbl

Line 4232: /* OE_ORDER_PVT.Process_Requests_And_notify

4228: RAISE FND_API.G_EXC_ERROR;
4229: END IF;
4230:
4231: --comment out for notification project
4232: /* OE_ORDER_PVT.Process_Requests_And_notify
4233: ( p_process_requests => FALSE
4234: ,p_notify => TRUE
4235: ,x_return_status => l_return_status
4236: ,p_line_tbl => l_line_tbl

Line 4426: -- Call OE_Order_PVT.Process_order to insert lines

4422:
4423: l_control_rec.clear_api_cache := FALSE;
4424: l_control_rec.clear_api_requests := FALSE;
4425:
4426: -- Call OE_Order_PVT.Process_order to insert lines
4427: -- Set recursion mode.
4428: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4429:
4430: OE_ORDER_PVT.Lines

Line 4430: OE_ORDER_PVT.Lines

4426: -- Call OE_Order_PVT.Process_order to insert lines
4427: -- Set recursion mode.
4428: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4429:
4430: OE_ORDER_PVT.Lines
4431: (P_validation_level => FND_API.G_VALID_LEVEL_FULL
4432: ,p_control_rec => l_control_rec
4433: ,p_x_line_tbl => l_line_tbl
4434: ,p_x_old_line_tbl => l_old_line_tbl

Line 4449: /* OE_ORDER_PVT.Process_Requests_And_notify

4445: RAISE FND_API.G_EXC_ERROR;
4446: END IF;
4447:
4448: --comment out for notification project
4449: /* OE_ORDER_PVT.Process_Requests_And_notify
4450: ( p_process_requests => FALSE
4451: ,p_notify => TRUE
4452: ,x_return_status => l_return_status
4453: ,p_line_tbl => l_line_tbl