DBA Data[Home] [Help]

APPS.OE_INTERNAL_REQUISITION_PVT dependencies on OE_HEADER_SECURITY

Line 381: OE_Header_SECURITY.g_record := l_header_rowtype_rec;

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;
382:
383: l_result := OE_Header_Security.Is_OP_Constrained
384: ( p_operation => OE_PC_GLOBALS.CANCEL_OP
385: , p_record => l_header_rowtype_rec

Line 383: l_result := OE_Header_Security.Is_OP_Constrained

379:
380: -- Initialize security global record
381: OE_Header_SECURITY.g_record := l_header_rowtype_rec;
382:
383: l_result := OE_Header_Security.Is_OP_Constrained
384: ( p_operation => OE_PC_GLOBALS.CANCEL_OP
385: , p_record => l_header_rowtype_rec
386: , x_on_operation_action => l_action );
387: