DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on PER_ORGANIZATION_UNITS

Line 6891: from per_organization_units

6887: and internal_external_flag = 'INT';
6888: --
6889: cursor csr_valid_per_org is
6890: select null
6891: from per_organization_units
6892: where organization_id = p_organization_id;
6893: --
6894: begin
6895: if g_debug then

Line 7004: -- Check that the organization exists in PER_ORGANIZATION_UNITS.

7000: -- Check for a primary assignment
7001: --
7002: if p_primary_flag = 'Y' then
7003: --
7004: -- Check that the organization exists in PER_ORGANIZATION_UNITS.
7005: --
7006: open csr_valid_per_org;
7007: fetch csr_valid_per_org into l_exists;
7008: if csr_valid_per_org%notfound then