DBA Data[Home] [Help]

APPS.OE_INTERNAL_REQUISITION_PVT dependencies on OE_HEADER_UTIL

Line 373: OE_HEADER_UTIL.QUERY_ROW( p_header_id => P_header_id

369: IF l_debug_level > 0 THEN
370: oe_debug_pub.add( 'ENTERING OE_Internal_Requisition_Pvt.Cancel_Header_Allowed', 1 ) ;
371: END IF;
372:
373: OE_HEADER_UTIL.QUERY_ROW( p_header_id => P_header_id
374: , x_header_rec => l_header_rec );
375:
376: IF l_debug_level > 0 THEN
377: oe_debug_pub.add( ' Converting to Rowtype record',5);

Line 380: OE_HEADER_Util.API_Rec_To_Rowtype_Rec( p_header_rec => l_header_rec

376: IF l_debug_level > 0 THEN
377: oe_debug_pub.add( ' Converting to Rowtype record',5);
378: END IF;
379:
380: OE_HEADER_Util.API_Rec_To_Rowtype_Rec( p_header_rec => l_header_rec
381: , x_rowtype_rec => l_header_rowtype_rec);
382:
383: -- Initialize security global record
384: OE_Header_SECURITY.g_record := l_header_rowtype_rec;

Line 1606: OE_Header_Util.lock_Row

1602: , p_source_document_line_id => null
1603: , p_order_source_id => OE_Globals.G_ORDER_SOURCE_INTERNAL
1604: , p_source_document_type_id => OE_Globals.G_ORDER_SOURCE_INTERNAL);
1605:
1606: OE_Header_Util.lock_Row
1607: ( p_header_id => l_order_header_id
1608: , p_x_header_rec => l_header_rec
1609: , x_return_status => l_return_status );
1610: