DBA Data[Home] [Help]

APPS.OE_PRICING_CONT_PVT dependencies on QP_SECURITY

Line 1817: IF QP_security.check_function( p_function_name => QP_Security.G_FUNCTION_UPDATE,

1813: IF p_Agreement_rec.operation = QP_GLOBALS.G_OPR_UPDATE THEN
1814: -- Check the security privilege
1815: IF p_Agreement_rec.price_list_id IS NOT NULL
1816: THEN
1817: IF QP_security.check_function( p_function_name => QP_Security.G_FUNCTION_UPDATE,
1818: p_instance_type => QP_Security.G_PRICELIST_OBJECT,
1819: p_instance_pk1 => p_Agreement_rec.price_list_id) = 'F'
1820: THEN
1821: fnd_message.set_name('QP', 'QP_NO_PRIVILEGE');

Line 1818: p_instance_type => QP_Security.G_PRICELIST_OBJECT,

1814: -- Check the security privilege
1815: IF p_Agreement_rec.price_list_id IS NOT NULL
1816: THEN
1817: IF QP_security.check_function( p_function_name => QP_Security.G_FUNCTION_UPDATE,
1818: p_instance_type => QP_Security.G_PRICELIST_OBJECT,
1819: p_instance_pk1 => p_Agreement_rec.price_list_id) = 'F'
1820: THEN
1821: fnd_message.set_name('QP', 'QP_NO_PRIVILEGE');
1822: fnd_message.set_token('PRICING_OBJECT', 'Agreement');