DBA Data[Home] [Help]

APPS.CN_IMP_RULE_PVT dependencies on GL_SETS_OF_BOOKS

Line 567: gl_sets_of_books gls

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
570: gls.chart_of_accounts_id = gl.chart_of_accounts_id
571: AND r.org_id=p_org_id)

Line 585: gl_sets_of_books gls

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
588: gls.chart_of_accounts_id = gl.chart_of_accounts_id
589: AND r.org_id=p_org_id)