DBA Data[Home] [Help]

APPS.ASO_BI_POPULATE_FACTS dependencies on GL_SETS_OF_BOOKS

Line 55: gl_sets_of_books fcur,

51: trunc (qhd.last_update_date) exchange_date,
52: fcur.currency_code func_currency_code,
53: op.organization_id org_id
54: FROM hr_organization_information op,
55: gl_sets_of_books fcur,
56: aso_quote_headers_all qhd
57: WHERE op.org_information3 = fcur.set_of_books_id(+)
58: AND qhd.org_id = op.organization_id(+)
59: AND op.org_information_context(+) = 'Operating Unit Information'

Line 115: gl_sets_of_books fcur,

111: trunc (qhd.last_update_date) exchange_date,
112: fcur.currency_code func_currency_code,
113: op.organization_id org_id
114: FROM hr_organization_information op,
115: gl_sets_of_books fcur,
116: aso_quote_headers_all qhd
117: WHERE op.org_information3 = fcur.set_of_books_id(+)
118: AND qhd.org_id = op.organization_id(+)
119: AND op.org_information_context(+) = 'Operating Unit Information'