DBA Data[Home] [Help]

APPS.PER_POS_BUS dependencies on PER_ORGANIZATION_UNITS

Line 281: from per_organization_units oru

277: l_proc varchar2(72) := g_package||'chk_organization_id';
278: --
279: cursor csr_valid_organization_id is
280: select 'x'
281: from per_organization_units oru
282: where oru.organization_id = p_organization_id
283: and oru.business_group_id + 0 = p_business_group_id
284: and oru.internal_external_flag = 'INT';
285: --