DBA Data[Home] [Help]

APPS.OE_LINE_SECURITY dependencies on OE_PC_CONSTRAINTS_ADMIN_PVT

Line 46: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results;

42: -- Bug 1755817: if line belongs to a different order, then
43: -- clear the cached results so that the cache is reset for
44: -- the new order
45: IF p_record.header_id <> g_header_id THEN
46: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results;
47: g_header_id := p_record.header_id;
48: END IF;
49:
50: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained

Line 50: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained

46: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results;
47: g_header_id := p_record.header_id;
48: END IF;
49:
50: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
51: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
52: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
53: , p_operation => p_operation
54: , p_qualifier_attribute => p_record.transaction_phase_code

Line 3465: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists

3461: -- Bug 1755817: if there are no attribute-specific insert
3462: -- constraints, then no need to go further. Entity level
3463: -- security check for CREATE will be called again from
3464: -- process order after defaulting.
3465: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
3466: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE
3467: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
3468: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
3469: )