DBA Data[Home] [Help]

APPS.OPI_DBI_JOBS_PKG dependencies on HR_ORGANIZATION_INFORMATION

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

222: -- same as the primary, don't call the API but rather use an update
223: -- statement followed by the insert.
224:
225: -- By selecting distinct org and currency code from the gl_set_of_books
226: -- and hr_organization_information, take care of duplicate codes.
227: INSERT /*+ append parallel(rates) */
228: INTO opi_dbi_muv_conv_rates rates (
229: organization_id,
230: f_currency_code,

Line 276: FROM hr_organization_information hoi,

272: FROM opi_dbi_jobs_stg) to_conv,
273: (SELECT /*+ leading (hoi) full (hoi) use_hash (gsob)
274: parallel (hoi) parallel (gsob)*/
275: DISTINCT hoi.organization_id, gsob.currency_code
276: FROM hr_organization_information hoi,
277: gl_sets_of_books gsob
278: WHERE hoi.org_information_context = 'Accounting Information'
279: AND hoi.org_information1 = to_char(gsob.set_of_books_id))
280: curr_codes