您的位置:首页 > 其它

EBS提交请求前面输入的参数对后面的需要输入参数的值集产生影响

2018-03-21 21:16 302 查看
When submiting a request, previous parameter has influence on the next parameter.

MFG Number can be choosed belongs to the project.

Paramter  Value Set
Project NumberXXPA_PROJECT_NUMBER_NEW
MFG NumberXXPA_PROJ_COST_MFG_SOUCHI
The second one refers to the previous in the SQL of the definition of Value Set.
WHERE pt.project_id = NVL(:$FLEX$.XXPA_PROJECT_NUMBER_NEW:NULL,pt.project_id)
  and pt.task_id = pt.top_task_id
  AND EXISTS (SELECT 'Y'
          FROM PA_PROJECTS_ALL PPA
         WHERE 1 = 1
           AND PPA.PROJECT_ID = PT.PROJECT_ID
           AND ppa.org_id = fnd_profile.value('ORG_ID')
        )
ORDER BY pt.task_number





内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐