DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_SECURITY dependencies on FND_GLOBAL

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

39: l_transaction_phase_code := oe_order_cache.g_header_rec.transaction_phase_code;
40: END IF;
41:
42: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
43: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
44: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
45: , p_operation => p_operation
46: , p_qualifier_attribute => l_transaction_phase_code
47: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE_ADJ

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

40: END IF;
41:
42: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
43: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
44: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
45: , p_operation => p_operation
46: , p_qualifier_attribute => l_transaction_phase_code
47: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE_ADJ
48: , p_column_name => p_column_name

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

1339: -- security check for CREATE will be called again from
1340: -- process order after defaulting.
1341: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
1342: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE_ADJ
1343: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
1344: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
1345: )
1346: THEN
1347: RETURN;

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

1340: -- process order after defaulting.
1341: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
1342: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE_ADJ
1343: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
1344: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
1345: )
1346: THEN
1347: RETURN;
1348: END IF;