LOV里的值直接引用系统里定义的值集的值,且具有值集的安全性控制

fnd_flex_server.check_value_security(p_security_check_mode => 'YH',
                                         p_flex_value_set_id   => p_flex_value_set_id,
                                         p_parent_flex_value   => NULL,
                                         p_flex_value          => p_flex_value,
                                         p_resp_application_id => resp_appl_id,
                                         p_responsibility_id   => resp_id,
                                         x_security_status     => l_security_status,
                                         x_error_message       => l_error_message);
当x_security_status 返回 NOT-SECURED 时,值集中的值是不符合安全性要求的。


来自:http://www.itpub.net/thread-1704892-1-2.html

原文地址:https://www.cnblogs.com/wanghang/p/6299277.html