DBA Data[Home] [Help]

APPS.OE_INTERNAL_REQUISITION_PVT dependencies on OE_HEADER_SECURITY

Line 384: OE_Header_SECURITY.g_record := l_header_rowtype_rec;

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;
385:
386: l_result := OE_Header_Security.Is_OP_Constrained
387: ( p_operation => OE_PC_GLOBALS.CANCEL_OP
388: , p_record => l_header_rowtype_rec

Line 386: l_result := OE_Header_Security.Is_OP_Constrained

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