DBA Data[Home] [Help]

APPS.OPI_DBI_MTL_VARIANCE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 282: -- and hr_organization_information, take care of duplicate codes.

278: -- same as the primary, don't call the API but rather use an update
279: -- statement followed by the insert.
280:
281: -- By selecting distinct org and currency code from the gl_set_of_books
282: -- and hr_organization_information, take care of duplicate codes.
283: INSERT /*+ append parallel(rates) */
284: INTO opi_dbi_cuv_conv_rates rates (
285: organization_id,
286: f_currency_code,

Line 335: FROM hr_organization_information hoi,

331: ) to_conv,
332: (SELECT /*+ leading (hoi) full (hoi) use_hash (gsob)
333: parallel (hoi) parallel (gsob)*/
334: DISTINCT hoi.organization_id, gsob.currency_code
335: FROM hr_organization_information hoi,
336: gl_sets_of_books gsob
337: WHERE hoi.org_information_context = 'Accounting Information'
338: AND hoi.org_information1 = to_char(gsob.set_of_books_id))
339: curr_codes