|
订单屏蔽修改后的Form,修改的地方有3个:
§增加块ORDER的QUERY WHERE CLAUSE语句:
Check_group (created_by, fnd_profile.value ('user_id'))=1
§增加块ORDER_summary的QUERY WHERE CLAUSE语句:
Check_group (created_by, fnd_profile.value ('user_id'))=1
§增加块LINE_summary的QUERY WHERE CLAUSE语句:
Check_group (created_by, fnd_profile.value ('user_id'))=1 |
|