DBA Data[Home] [Help]

APPS.ONT_CUSTACCEPTOIP_PVT dependencies on ONT_CUSTACCEPTOIP_PVT

Line 1: PACKAGE BODY ONT_CustAcceptOip_PVT AS

1: PACKAGE BODY ONT_CustAcceptOip_PVT AS
2: /* $Header: OEXVOIPB.pls 120.6 2006/08/23 10:20:21 myerrams noship $ */
3: PROCEDURE Call_OIP_Process_Order
4: (
5: p_header_id IN NUMBER

Line 62: oe_debug_pub.add( 'GBL:Customer Acceptance OIP: Start of method ONT_CustAcceptOip_PVT.Call_OIP_Process_Order' ) ;

58: l_temp_var := oe_debug_pub.set_debug_mode('FILE');
59: oe_debug_pub.debug_on;
60: END IF;
61: IF l_debug_level > 0 THEN
62: oe_debug_pub.add( 'GBL:Customer Acceptance OIP: Start of method ONT_CustAcceptOip_PVT.Call_OIP_Process_Order' ) ;
63: END IF;
64:
65: -- myerrams, to get the org_id of header passed.
66: select org_id into l_org_id from oe_order_headers_all where header_id = p_header_id;

Line 169: oe_debug_pub.add( 'GBL:Customer Acceptance OIP: End of method ONT_CustAcceptOip_PVT.Call_OIP_Process_Order' ) ;

165: end if;
166: IF l_debug_level > 0 THEN
167: oe_debug_pub.add( 'GBL:Customer Acceptance OIP: x_msg_count:' || x_msg_count) ;
168: oe_debug_pub.add( 'GBL:Customer Acceptance OIP: x_msg_data: ' || x_msg_data) ;
169: oe_debug_pub.add( 'GBL:Customer Acceptance OIP: End of method ONT_CustAcceptOip_PVT.Call_OIP_Process_Order' ) ;
170: END IF;
171:
172: EXCEPTION
173: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 184: END ONT_CustAcceptOip_PVT;

180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
181:
182: END Call_OIP_Process_Order;
183:
184: END ONT_CustAcceptOip_PVT;