DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_SECURITY dependencies on FND_GLOBAL

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

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

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

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

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

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

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

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