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 3467: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)

3463: -- security check for CREATE will be called again from
3464: -- process order after defaulting.
3465: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
3466: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE
3467: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
3468: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
3469: )
3470: THEN
3471: RETURN;

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

3464: -- process order after defaulting.
3465: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
3466: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_LINE
3467: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
3468: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
3469: )
3470: THEN
3471: RETURN;
3472: END IF;