EBS的配置文件

默认账套

select fnd_profile.value('GL_SET_OF_BKS_ID') FROM DUAL;
>> 2026

这样就能通过2026去获取一些账套上的配置 比如coa_id等
select * from gl_ledgers where ledger_id = 2026
或者:
select * from gl_sets_of_books where set_of_books_id = 2026

posted on 2022-04-19 09:15  兔哥DB  阅读(139)  评论(0编辑  收藏  举报

导航