DBA Data[Home] [Help]

APPS.QP_MODIFIER_LIST_UTIL dependencies on QP_SECURITY

Line 1834: if QP_security.check_function( p_function_name => QP_Security.G_FUNCTION_UPDATE,

1830: ,l_end_date_active_second
1831: );
1832: END IF;
1833:
1834: if QP_security.check_function( p_function_name => QP_Security.G_FUNCTION_UPDATE,
1835: p_instance_type => QP_Security.G_MODIFIER_OBJECT,
1836: p_instance_pk1 => p_MODIFIER_LIST_rec.list_header_id) <> 'F' then
1837:
1838: --for moac changes QP_LIST_HEADERS_B to all_b to enable updates to ML with orig_org_id

Line 1835: p_instance_type => QP_Security.G_MODIFIER_OBJECT,

1831: );
1832: END IF;
1833:
1834: if QP_security.check_function( p_function_name => QP_Security.G_FUNCTION_UPDATE,
1835: p_instance_type => QP_Security.G_MODIFIER_OBJECT,
1836: p_instance_pk1 => p_MODIFIER_LIST_rec.list_header_id) <> 'F' then
1837:
1838: --for moac changes QP_LIST_HEADERS_B to all_b to enable updates to ML with orig_org_id
1839: --that do not belong to the responsibility when the user has update privilges

Line 2161: QP_Security.create_default_grants( p_instance_type => QP_Security.G_MODIFIER_OBJECT,

2157: , p_MODIFIER_LIST_rec.orig_system_header_ref
2158: , p_MODIFIER_LIST_rec.shareable_flag
2159: );
2160:
2161: QP_Security.create_default_grants( p_instance_type => QP_Security.G_MODIFIER_OBJECT,
2162: p_instance_pk1 => p_MODIFIER_LIST_rec.list_header_id,
2163: x_return_status => x_result);
2164:
2165: oe_debug_pub.add('insert QPXUMLHB'||p_MODIFIER_LIST_rec.VERSION_NO||to_char(p_modifier_list_rec.list_header_id));