DBA Data[Home] [Help]

APPS.PO_INVOICES_SV1 dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 226: hr_all_organization_units_tl otl

222: */
223: SELECT to_number(org_information2)
224: INTO x_txn_attributes_rec.Payer_Legal_Entity_Id
225: FROM hr_organization_information hoi,
226: hr_all_organization_units_tl otl
227: WHERE hoi.organization_id = X_txn_attributes_rec.Payer_Org_Id
228: AND hoi.organization_id = otl.organization_id
229: AND hoi.org_information_context = 'Operating Unit Information'
230: AND otl.language = userenv('LANG');