DBA Data[Home] [Help]

APPS.OE_HEADER_SCREDIT_SECURITY dependencies on OE_PC_CONSTRAINTS_ADMIN_PVT

Line 42: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results;

38: -- Bug 1755817: if sales credit belongs to a different order, then
39: -- clear the cached results so that the cache is reset for
40: -- the new order
41: IF p_record.header_id <> g_header_id THEN
42: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results;
43: g_header_id := p_record.header_id;
44: END IF;
45:
46: IF l_code_level >= '110510' THEN

Line 51: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained

47: OE_Order_Cache.Load_Order_Header(p_record.header_id);
48: l_transaction_phase_code := oe_order_cache.g_header_rec.transaction_phase_code;
49: END IF;
50:
51: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
52: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
53: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
54: , p_operation => p_operation
55: , p_qualifier_attribute => l_transaction_phase_code

Line 820: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists

816: -- Bug 1755817: if there are no attribute-specific insert
817: -- constraints, then no need to go further. Entity level
818: -- security check for CREATE will be called again from
819: -- process order after defaulting.
820: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
821: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_SCREDIT
822: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
823: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
824: )