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
本文介绍了一个使用fnd_flex_server进行值安全性检查的方法。通过传递特定参数到fnd_flex_server.check_value_security过程,可以验证值集中的值是否符合安全要求。如果返回NOT-SECURED,则表示该值不符合安全规定。

4734

被折叠的 条评论
为什么被折叠?



