DBA Data[Home] [Help]

APPS.OE_LINE_SECURITY dependencies on FND_GLOBAL

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

47: g_header_id := p_record.header_id;
48: END IF;
49:
50: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
51: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
52: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
53: , p_operation => p_operation
54: , p_qualifier_attribute => p_record.transaction_phase_code
55: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE

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

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

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

3285: -- security check for CREATE will be called again from
3286: -- process order after defaulting.
3287: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
3288: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE
3289: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
3290: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
3291: )
3292: THEN
3293: RETURN;

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

3286: -- process order after defaulting.
3287: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
3288: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE
3289: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
3290: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
3291: )
3292: THEN
3293: RETURN;
3294: END IF;