DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_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_SCREDIT

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_SCREDIT
48: , p_column_name => p_column_name

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

808: -- security check for CREATE will be called again from
809: -- process order after defaulting.
810: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
811: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE_SCREDIT
812: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
813: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
814: )
815: THEN
816: RETURN;

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

809: -- process order after defaulting.
810: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
811: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE_SCREDIT
812: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
813: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
814: )
815: THEN
816: RETURN;
817: END IF;