DBA Data[Home] [Help]

APPS.QP_MODIFIER_LIST_UTIL dependencies on QP_SECURITY

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

1599: ,l_end_date_active_second
1600: );
1601: END IF;
1602:
1603: if QP_security.check_function( p_function_name => QP_Security.G_FUNCTION_UPDATE,
1604: p_instance_type => QP_Security.G_MODIFIER_OBJECT,
1605: p_instance_pk1 => p_MODIFIER_LIST_rec.list_header_id) <> 'F' then
1606:
1607: --for moac changes QP_LIST_HEADERS_B to all_b to enable updates to ML with orig_org_id

Line 1604: p_instance_type => QP_Security.G_MODIFIER_OBJECT,

1600: );
1601: END IF;
1602:
1603: if QP_security.check_function( p_function_name => QP_Security.G_FUNCTION_UPDATE,
1604: p_instance_type => QP_Security.G_MODIFIER_OBJECT,
1605: p_instance_pk1 => p_MODIFIER_LIST_rec.list_header_id) <> 'F' then
1606:
1607: --for moac changes QP_LIST_HEADERS_B to all_b to enable updates to ML with orig_org_id
1608: --that do not belong to the responsibility when the user has update privilges

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

1926: , p_MODIFIER_LIST_rec.orig_system_header_ref
1927: , p_MODIFIER_LIST_rec.shareable_flag
1928: );
1929:
1930: QP_Security.create_default_grants( p_instance_type => QP_Security.G_MODIFIER_OBJECT,
1931: p_instance_pk1 => p_MODIFIER_LIST_rec.list_header_id,
1932: x_return_status => x_result);
1933:
1934: oe_debug_pub.add('insert QPXUMLHB'||p_MODIFIER_LIST_rec.VERSION_NO||to_char(p_modifier_list_rec.list_header_id));