DBA Data[Home] [Help]

APPS.OE_HEADER_ADJ_SECURITY dependencies on FND_GLOBAL

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

49: l_transaction_phase_code := oe_order_cache.g_header_rec.transaction_phase_code;
50: END IF;
51:
52: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
53: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
54: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
55: , p_operation => p_operation
56: , p_qualifier_attribute => l_transaction_phase_code
57: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_ADJ

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

50: END IF;
51:
52: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
53: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
54: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
55: , p_operation => p_operation
56: , p_qualifier_attribute => l_transaction_phase_code
57: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_ADJ
58: , p_column_name => p_column_name

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

1350: -- security check for CREATE will be called again from
1351: -- process order after defaulting.
1352: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
1353: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_ADJ
1354: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
1355: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
1356: )
1357: THEN
1358: RETURN;

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

1351: -- process order after defaulting.
1352: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
1353: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_ADJ
1354: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
1355: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
1356: )
1357: THEN
1358: RETURN;
1359: END IF;