DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 136: from hr_organization_information hoi

132: from mtl_parameters mp
133: where mp.ap_accrual_account is not null
134: and exists (
135: select 1
136: from hr_organization_information hoi
137: where hoi.organization_id = mp.organization_id
138: and hoi.org_information_context = 'Accounting Information'
139: and hoi.org_information3 = to_char(p_ou_id))
140: and not exists (

Line 822: from hr_organization_information

818: if(c_wo_rec.inventory_transaction_id is not null) then
819: --{
820: select org_information2
821: into l_le_id
822: from hr_organization_information
823: where organization_id = c_wo_rec.inventory_organization_id
824: and org_information_context = 'Accounting Information';
825: --}
826: else