DBA Data[Home] [Help]

APPS.OE_BLANKET_HEADER_SECURITY dependencies on FND_GLOBAL

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

26: --
27: BEGIN
28:
29: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
30: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
31: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
32: , p_operation => p_operation
33: , p_qualifier_attribute => p_record.transaction_phase_code
34: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_BLANKET_HEADER

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

27: BEGIN
28:
29: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
30: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)
31: , p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
32: , p_operation => p_operation
33: , p_qualifier_attribute => p_record.transaction_phase_code
34: , p_entity_id => OE_PC_GLOBALS.G_ENTITY_BLANKET_HEADER
35: , p_column_name => p_column_name

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

1681: -- security check for CREATE will be called again from
1682: -- process order after defaulting.
1683: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
1684: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_BLANKET_HEADER
1685: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
1686: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
1687: )
1688: THEN
1689: RETURN;

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

1682: -- process order after defaulting.
1683: IF NOT OE_PC_Constraints_Admin_PVT.Check_On_Insert_Exists
1684: (p_entity_id => OE_PC_GLOBALS.G_ENTITY_BLANKET_HEADER
1685: ,p_responsibility_id => nvl(fnd_global.resp_id, -1)
1686: ,p_application_id => nvl(fnd_global.resp_appl_id,-1) --added for bug3631547
1687: )
1688: THEN
1689: RETURN;
1690: END IF;