DBA Data[Home] [Help]

APPS.OE_HEADER_SCREDIT_SECURITY dependencies on FND_GLOBAL

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

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

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

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

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

818: -- security check for CREATE will be called again from
819: -- process order after defaulting.
820: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
821: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_SCREDIT
822: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
823: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
824: )
825: THEN
826: RETURN;

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

819: -- process order after defaulting.
820: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
821: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_HEADER_SCREDIT
822: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
823: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
824: )
825: THEN
826: RETURN;
827: END IF;