DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_ORDER_PVT

Line 1: PACKAGE BODY OE_Order_PVT AS

1: PACKAGE BODY OE_Order_PVT AS
2: /* $Header: OEXVORDB.pls 120.29.12020000.3 2012/08/01 10:49:50 adandu ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Order_PVT';

2: /* $Header: OEXVORDB.pls 120.29.12020000.3 2012/08/01 10:49:50 adandu ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Order_PVT';
7: g_header_id NUMBER;
8: g_upgraded_flag VARCHAR2(1);
9: g_booked_flag VARCHAR2(1);
10:

Line 419: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.HEADER ' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459

415:
416: x_return_status := FND_API.G_RET_STS_SUCCESS;
417:
418: IF l_debug_level > 0 THEN
419: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.HEADER ' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459
420: END IF;
421:
422: -- This is to check if the order is an upgraded order and is upgraded
423: -- correctly

Line 478: oe_debug_pub.add( 'OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC' , 2 ) ;

474: , p_control_rec => p_control_rec
475: );
476:
477: IF l_debug_level > 0 THEN
478: oe_debug_pub.add( 'OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC' , 2 ) ;
479: END IF;
480:
481: -- Set record return status.
482:

Line 848: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.HEADER' , 0.5 ) ; --debug level 0.5 added for bug13435459

844:
845: OE_Header_Security.g_check_all_cols_constraint := 'Y';
846:
847: IF l_debug_level > 0 THEN
848: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.HEADER' , 0.5 ) ; --debug level 0.5 added for bug13435459
849: END IF;
850: OE_MSG_PUB.reset_msg_context('HEADER');
851:
852: set_recursion_mode(p_Entity_Code => 2,

Line 981: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.HEADER_SCREDITS' , 1 ) ;

977:
978: -- Init local table variables.
979:
980: IF l_debug_level > 0 THEN
981: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.HEADER_SCREDITS' , 1 ) ;
982: END IF;
983:
984: -- FOR I IN 1..p_x_Header_Scredit_tbl.COUNT LOOP
985:

Line 1445: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.HEADER_SCREDITS' , 1 ) ;

1441: I := p_x_Header_Scredit_tbl.NEXT(I);
1442: END LOOP;
1443:
1444: IF l_debug_level > 0 THEN
1445: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.HEADER_SCREDITS' , 1 ) ;
1446: END IF;
1447: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
1448:
1449: set_recursion_mode(p_Entity_Code => 4,

Line 1564: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.HEADER_PAYMENTS' , 1 ) ;

1560:
1561: -- Init local table variables.
1562:
1563: IF l_debug_level > 0 THEN
1564: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.HEADER_PAYMENTS' , 1 ) ;
1565: END IF;
1566:
1567: -- FOR I IN 1..p_x_Header_Payment_tbl.COUNT LOOP
1568:

Line 2101: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.HEADER_PAYMENTS' , 1 ) ;

2097: I := p_x_Header_Payment_tbl.NEXT(I);
2098: END LOOP;
2099:
2100: IF l_debug_level > 0 THEN
2101: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.HEADER_PAYMENTS' , 1 ) ;
2102: END IF;
2103: OE_MSG_PUB.reset_msg_context('HEADER_PAYMENT');
2104:
2105: EXCEPTION

Line 2466: Print_Time('Entering OE_ORDER_PVT.LINES ' || l_num_lines );

2462: p_In_out => 1);
2463:
2464: l_num_lines := p_x_line_tbl.COUNT;
2465:
2466: Print_Time('Entering OE_ORDER_PVT.LINES ' || l_num_lines );
2467:
2468: IF l_debug_level > 0 THEN
2469: oe_debug_pub.add('Entering OE_ORDER_PVT.LINES ' || l_num_lines, 0.5); --added for bug 13435459
2470: END IF;

Line 2469: oe_debug_pub.add('Entering OE_ORDER_PVT.LINES ' || l_num_lines, 0.5); --added for bug 13435459

2465:
2466: Print_Time('Entering OE_ORDER_PVT.LINES ' || l_num_lines );
2467:
2468: IF l_debug_level > 0 THEN
2469: oe_debug_pub.add('Entering OE_ORDER_PVT.LINES ' || l_num_lines, 0.5); --added for bug 13435459
2470: END IF;
2471:
2472: x_return_status := FND_API.G_RET_STS_SUCCESS;
2473:

Line 3753: Print_Time('Exiting OE_ORDER_PVT.LINES');

3749: (p_control_rec => l_control_rec,
3750: p_x_line_tbl => p_x_line_tbl);
3751:
3752:
3753: Print_Time('Exiting OE_ORDER_PVT.LINES');
3754:
3755: IF l_debug_level > 0 THEN
3756: oe_debug_pub.add('Exiting OE_ORDER_PVT.LINES ',0.5); --added for bug 13435459
3757: END IF;

Line 3756: oe_debug_pub.add('Exiting OE_ORDER_PVT.LINES ',0.5); --added for bug 13435459

3752:
3753: Print_Time('Exiting OE_ORDER_PVT.LINES');
3754:
3755: IF l_debug_level > 0 THEN
3756: oe_debug_pub.add('Exiting OE_ORDER_PVT.LINES ',0.5); --added for bug 13435459
3757: END IF;
3758:
3759:
3760: OE_MSG_PUB.reset_msg_context('LINE');

Line 3919: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.LINE_SCREDITS' , 1 ) ;

3915: SAVEPOINT Line_Scredits;
3916: END IF;
3917:
3918: IF l_debug_level > 0 THEN
3919: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.LINE_SCREDITS' , 1 ) ;
3920: END IF;
3921:
3922: -- FOR I IN 1..p_x_Line_Scredit_tbl.COUNT LOOP
3923:

Line 4387: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.LINE_SCREDITS' , 1 ) ;

4383: END LOOP;
4384:
4385:
4386: IF l_debug_level > 0 THEN
4387: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.LINE_SCREDITS' , 1 ) ;
4388: END IF;
4389: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
4390: set_recursion_mode(p_Entity_Code => 7,
4391: p_In_out => 0);

Line 4501: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.LINE_PAYMENTS' , 1 ) ;

4497: SAVEPOINT Line_Payments;
4498: END IF;
4499:
4500: IF l_debug_level > 0 THEN
4501: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.LINE_PAYMENTS' , 1 ) ;
4502: END IF;
4503:
4504: -- FOR I IN 1..p_x_Line_Payment_tbl.COUNT LOOP
4505:

Line 5055: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.LINE_PAYMENTS' , 1 ) ;

5051: END LOOP;
5052:
5053:
5054: IF l_debug_level > 0 THEN
5055: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.LINE_PAYMENTS' , 1 ) ;
5056: END IF;
5057: OE_MSG_PUB.reset_msg_context('LINE_PAYMENT');
5058: EXCEPTION
5059:

Line 5517: oe_debug_pub.add( 'ENTER OE_ORDER_PVT.PROCESS_REQUESTS_AND_NOTIFY' , 1 ) ;

5513:
5514: BEGIN
5515:
5516: IF l_debug_level > 0 THEN
5517: oe_debug_pub.add( 'ENTER OE_ORDER_PVT.PROCESS_REQUESTS_AND_NOTIFY' , 1 ) ;
5518: END IF;
5519: x_return_status := FND_API.G_RET_STS_SUCCESS;
5520: IF NOT oe_globals.g_call_process_req THEN --9354229
5521: IF l_debug_level > 0 THEN

Line 6248: oe_debug_pub.add( 'EXIT OE_ORDER_PVT.PROCESS_REQUESTS_AND_NOTIFY' , 1 ) ;

6244: OE_GLOBALS.G_HEADER_CREATED := FALSE;
6245: END IF;
6246:
6247: IF l_debug_level > 0 THEN
6248: oe_debug_pub.add( 'EXIT OE_ORDER_PVT.PROCESS_REQUESTS_AND_NOTIFY' , 1 ) ;
6249: END IF;
6250: set_recursion_mode(p_Entity_Code => 8,
6251: p_In_out => 0);
6252: IF l_debug_level > 0 THEN

Line 10715: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.LOCK_ORDER' , 1 ) ;

10711: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
10712: BEGIN
10713:
10714: IF l_debug_level > 0 THEN
10715: oe_debug_pub.add( 'ENTERING OE_ORDER_PVT.LOCK_ORDER' , 1 ) ;
10716: END IF;
10717: -- Standard call to check for call compatibility
10718:
10719: IF NOT FND_API.Compatible_API_Call

Line 12377: END OE_Order_PVT;

12373: RAISE;
12374: END Get_Missing_Class_Lines;
12375:
12376:
12377: END OE_Order_PVT;