DBA Data[Home] [Help]

APPS.INV_ITEM_ORG_ASSIGN_CP dependencies on GL_SETS_OF_BOOKS

Line 116: gl_sets_of_books

112: IS
113: SELECT
114: chart_of_accounts_id
115: FROM
116: gl_sets_of_books
117: , hr_organization_information
118: WHERE set_of_books_id = org_information1
119: AND upper(org_information_context) = upper('Accounting Information')
120: AND organization_id = c_organization_id;