DBA Data[Home] [Help]

APPS.OE_BLANKET_LINE_SECURITY dependencies on FND_GLOBAL

Line 40: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)

36: g_order_number := p_record.order_number;
37: END IF;
38:
39: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
40: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
41: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
42: , p_operation => p_operation
43: , p_qualifier_attribute => p_record.transaction_phase_code
44: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_BLANKET_LINE

Line 41: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547

37: END IF;
38:
39: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
40: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
41: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
42: , p_operation => p_operation
43: , p_qualifier_attribute => p_record.transaction_phase_code
44: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_BLANKET_LINE
45: , p_column_name => p_column_name

Line 2275: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)

2271: -- security check for CREATE will be called again from
2272: -- process order after defaulting.
2273: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
2274: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE
2275: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
2276: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
2277: )
2278: THEN
2279: RETURN;

Line 2276: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547

2272: -- process order after defaulting.
2273: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
2274: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE
2275: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
2276: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
2277: )
2278: THEN
2279: RETURN;
2280: END IF;