Commit b8f6d5f4 authored by 18083's avatar 18083

手工凭证导入-首页数据权限控制调整

parent a2fc1cc0
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<bm:query-sql><![CDATA[ <bm:query-sql><![CDATA[
select * from ( select * from (
select t1.journal_header_id, select t1.journal_header_id,
t1.journal_submit_batch_id,
t1.journal_num, t1.journal_num,
(select c.company_short_name (select c.company_short_name
from fnd_companies_vl c from fnd_companies_vl c
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
and t1.journal_type in('COST_IMPORT','GLOBAL_TEMPLATE') and t1.journal_type in('COST_IMPORT','GLOBAL_TEMPLATE')
union union
select t1.journal_header_id, select t1.journal_header_id,
t1.journal_submit_batch_id,
t1.journal_num, t1.journal_num,
(select c.company_short_name (select c.company_short_name
from fnd_companies_vl c from fnd_companies_vl c
...@@ -93,6 +95,7 @@ ...@@ -93,6 +95,7 @@
and t1.journal_type in('FUND_POOL','FINANCIAL_TEMPLATE') and t1.journal_type in('FUND_POOL','FINANCIAL_TEMPLATE')
union union
select t1.journal_header_id, select t1.journal_header_id,
t1.journal_submit_batch_id,
t1.journal_num, t1.journal_num,
(select c.company_short_name (select c.company_short_name
from fnd_companies_vl c from fnd_companies_vl c
...@@ -134,6 +137,7 @@ ...@@ -134,6 +137,7 @@
and t1.journal_type in('GENERAL_SALARIES','BPO_SALARIES') and t1.journal_type in('GENERAL_SALARIES','BPO_SALARIES')
union union
select t1.journal_header_id, select t1.journal_header_id,
t1.journal_submit_batch_id,
t1.journal_num, t1.journal_num,
(select c.company_short_name (select c.company_short_name
from fnd_companies_vl c from fnd_companies_vl c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment