DBA Data[Home] [Help]

APPS.CN_IMP_RULE_PVT dependencies on GL_CODE_COMBINATIONS

Line 565: gl_code_combinations gl ,

561: gl.code_combination_id code_combination_id ,
562: cn_api.get_ccid_disp_func(gl.code_combination_id,r.org_id) code_description,
563: gl.account_type account_type
564: FROM
565: gl_code_combinations gl ,
566: cn_repositories r ,
567: gl_sets_of_books gls
568: WHERE
569: r.set_of_books_id = gls.set_of_books_id and

Line 583: gl_code_combinations gl ,

579: gl.code_combination_id code_combination_id ,
580: cn_api.get_ccid_disp_func(gl.code_combination_id,r.org_id) code_description,
581: gl.account_type account_type
582: FROM
583: gl_code_combinations gl ,
584: cn_repositories r ,
585: gl_sets_of_books gls
586: WHERE
587: r.set_of_books_id = gls.set_of_books_id and