DBA Data[Home] [Help]

APPS.OE_HEADER_SECURITY dependencies on OE_PC_CONSTRAINTS_ADMIN_PVT

Line 37: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained

33: l_gen_xml Varchar2(1) := 'P';
34: --
35: BEGIN
36:
37: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
38: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
39: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
40: , p_operation => p_operation
41: , p_qualifier_attribute => p_record.transaction_phase_code

Line 2510: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists

2506: -- Bug 1755817: if there are no attribute-specific insert
2507: -- constraints, then no need to go further. Entity level
2508: -- security check for CREATE will be called again from
2509: -- process order after defaulting.
2510: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
2511: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER
2512: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
2513: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
2514: )