我新建了一个form ,需要想INV的interface表的字段distribution_account_id插入会计科目的account_id我写的LOV的表的来源是2个,但效果和标准界面上显示出的选项相比要少,我想知道还要多串哪些表?
我的LOV的sql如下:
Select a.id_flex_num,
       G.CODE_COMBINATION_ID,
       a.alias_name,
       a.concatenated_segments,
       a.description
  from FND_SHORTHAND_FLEX_ALIASES a, gl_code_combinations g
 where .......请各位帮忙告知,谢谢