DBA Data[Home] [Help]

APPS.OE_INTERNAL_REQUISITION_PVT dependencies on OE_HEADER_UTIL

Line 370: OE_HEADER_UTIL.QUERY_ROW( p_header_id => P_header_id

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

Line 377: OE_HEADER_Util.API_Rec_To_Rowtype_Rec( p_header_rec => l_header_rec

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

Line 1455: OE_Header_Util.lock_Row

1451: , p_source_document_line_id => null
1452: , p_order_source_id => OE_Globals.G_ORDER_SOURCE_INTERNAL
1453: , p_source_document_type_id => OE_Globals.G_ORDER_SOURCE_INTERNAL);
1454:
1455: OE_Header_Util.lock_Row
1456: ( p_header_id => l_order_header_id
1457: , p_x_header_rec => l_header_rec
1458: , x_return_status => l_return_status );
1459: