DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_SECURITY dependencies on FND_GLOBAL

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

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

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

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

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

957: -- security check for CREATE will be called again from
958: -- process order after defaulting.
959: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
960: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_PAYMENT
961: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
962: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
963: )
964: THEN
965: RETURN;

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

958: -- process order after defaulting.
959: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
960: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_PAYMENT
961: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
962: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
963: )
964: THEN
965: RETURN;
966: END IF;