DBA Data[Home] [Help]

APPS.ASO_BI_POPULATE_FACTS dependencies on HR_ORGANIZATION_INFORMATION

Line 54: FROM hr_organization_information op,

50: qhd.currency_code txn_currency,
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(+)

Line 114: FROM hr_organization_information op,

110: qhd.currency_code txn_currency,
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(+)