DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ORDER_PVT

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

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

Line 434: OE_ORDER_PVT.Line_Scredits

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

Line 451: /* OE_ORDER_PVT.Process_Requests_And_notify

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

Line 1097: OE_ORDER_PVT.Lines

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

Line 1114: /* OE_ORDER_PVT.Process_Requests_And_notify

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

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

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

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

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

Line 1374: OE_ORDER_PVT.Line_Scredits

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

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

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

Line 1392: /* OE_ORDER_PVT.Process_Requests_And_notify

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

Line 1678: OE_Order_PVT.Process_order

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

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

3383:
3384: l_control_rec.clear_api_cache := FALSE;
3385: l_control_rec.clear_api_requests := FALSE;
3386:
3387: -- Call OE_Order_PVT.Process_order to insert lines
3388: -- Set recursion mode.
3389: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3390:
3391: -- Set the global so that delayed request will not be

Line 3395: OE_ORDER_PVT.Lines

3391: -- Set the global so that delayed request will not be
3392: -- logged for the child return line
3393: OE_GLOBALS.G_RETURN_CHILDREN_MODE := 'Y';
3394:
3395: OE_ORDER_PVT.Lines
3396: (p_validation_level => FND_API.G_VALID_LEVEL_FULL
3397: ,p_control_rec => l_control_rec
3398: ,p_x_line_tbl => l_line_tbl
3399: ,p_x_old_line_tbl => l_old_line_tbl

Line 3414: /* OE_ORDER_PVT.Process_Requests_And_notify

3410: RAISE FND_API.G_EXC_ERROR;
3411: END IF;
3412:
3413: --comment out for notification project
3414: /* OE_ORDER_PVT.Process_Requests_And_notify
3415: ( p_process_requests => FALSE
3416: ,p_notify => TRUE
3417: ,x_return_status => l_return_status
3418: ,p_line_tbl => l_line_tbl

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

3815: END LOOP;
3816: END IF; /* end inserting lot serial numbers */
3817:
3818: IF l_x_lot_serial_tbl.count > 0 THEN
3819: OE_DEBUG_PUB.ADD(' Before calling OE_ORDER_PVT.Lot_Serials',1);
3820: -- Call OE_Order_PVT.Process_order to insert lines
3821: -- Set recursion mode.
3822: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3823:

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

3816: END IF; /* end inserting lot serial numbers */
3817:
3818: IF l_x_lot_serial_tbl.count > 0 THEN
3819: OE_DEBUG_PUB.ADD(' Before calling OE_ORDER_PVT.Lot_Serials',1);
3820: -- Call OE_Order_PVT.Process_order to insert lines
3821: -- Set recursion mode.
3822: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3823:
3824: OE_ORDER_PVT.Lot_Serials

Line 3824: OE_ORDER_PVT.Lot_Serials

3820: -- Call OE_Order_PVT.Process_order to insert lines
3821: -- Set recursion mode.
3822: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
3823:
3824: OE_ORDER_PVT.Lot_Serials
3825: (p_validation_level => FND_API.G_VALID_LEVEL_FULL
3826: ,p_control_rec => l_control_rec
3827: ,P_x_lot_serial_tbl => l_x_lot_serial_tbl
3828: ,p_x_old_lot_serial_tbl => l_x_old_lot_serial_tbl

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

3828: ,p_x_old_lot_serial_tbl => l_x_old_lot_serial_tbl
3829: ,x_return_status => l_return_status);
3830: -- Reset recursion mode.
3831: -- OE_GLOBALS.G_RECURSION_MODE := 'N';
3832: OE_DEBUG_PUB.ADD(' After calling OE_ORDER_PVT.Lot_Serials',1);
3833:
3834: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3835: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3836: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 3841: /* OE_ORDER_PVT.Process_Requests_And_notify

3837: RAISE FND_API.G_EXC_ERROR;
3838: END IF;
3839:
3840: --comment out for nitification project
3841: /* OE_ORDER_PVT.Process_Requests_And_notify
3842: ( p_process_requests => FALSE
3843: ,p_notify => TRUE
3844: ,x_return_status => l_return_status
3845: ,p_lot_serial_tbl => l_x_lot_serial_tbl

Line 4132: OE_Order_PVT.Process_order

4128:
4129: -- Set recursion mode.
4130: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4131:
4132: OE_Order_PVT.Process_order
4133: ( p_api_version_number => 1.0
4134: , x_return_status => l_return_status
4135: , x_msg_count => x_msg_count
4136: , x_msg_data => x_msg_data

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

4550:
4551: l_control_rec.clear_api_cache := FALSE;
4552: l_control_rec.clear_api_requests := FALSE;
4553:
4554: -- Call OE_Order_PVT.Process_order to insert lines
4555: -- Set recursion mode.
4556: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4557:
4558: OE_ORDER_PVT.Lines

Line 4558: OE_ORDER_PVT.Lines

4554: -- Call OE_Order_PVT.Process_order to insert lines
4555: -- Set recursion mode.
4556: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4557:
4558: OE_ORDER_PVT.Lines
4559: (P_validation_level => FND_API.G_VALID_LEVEL_FULL
4560: ,p_control_rec => l_control_rec
4561: ,p_x_line_tbl => l_line_tbl
4562: ,p_x_old_line_tbl => l_old_line_tbl

Line 4577: /* OE_ORDER_PVT.Process_Requests_And_notify

4573: RAISE FND_API.G_EXC_ERROR;
4574: END IF;
4575:
4576: --comment out for notification project
4577: /* OE_ORDER_PVT.Process_Requests_And_notify
4578: ( p_process_requests => FALSE
4579: ,p_notify => TRUE
4580: ,x_return_status => l_return_status
4581: ,p_line_tbl => l_line_tbl

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

4797:
4798: l_control_rec.clear_api_cache := FALSE;
4799: l_control_rec.clear_api_requests := FALSE;
4800:
4801: -- Call OE_Order_PVT.Process_order to insert lines
4802: -- Set recursion mode.
4803: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4804:
4805: OE_ORDER_PVT.Lines

Line 4805: OE_ORDER_PVT.Lines

4801: -- Call OE_Order_PVT.Process_order to insert lines
4802: -- Set recursion mode.
4803: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
4804:
4805: OE_ORDER_PVT.Lines
4806: (P_validation_level => FND_API.G_VALID_LEVEL_FULL
4807: ,p_control_rec => l_control_rec
4808: ,p_x_line_tbl => l_line_tbl
4809: ,p_x_old_line_tbl => l_old_line_tbl

Line 4824: /* OE_ORDER_PVT.Process_Requests_And_notify

4820: RAISE FND_API.G_EXC_ERROR;
4821: END IF;
4822:
4823: --comment out for notification project
4824: /* OE_ORDER_PVT.Process_Requests_And_notify
4825: ( p_process_requests => FALSE
4826: ,p_notify => TRUE
4827: ,x_return_status => l_return_status
4828: ,p_line_tbl => l_line_tbl