DBA Data[Home] [Help]

APPS.PER_PMP_BUS dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 1302: -- PER_ORG_STRUCTURE_VERSIONS.

1298: -- {Start Of Comments}
1299: --
1300: -- Description:
1301: -- Checks that the organization structure version id exists in the table
1302: -- PER_ORG_STRUCTURE_VERSIONS.
1303: --
1304: -- Prerequisites:
1305: -- None.
1306: --

Line 1333: from per_org_structure_versions psv

1329: -- Declare the cursor
1330:
1331: cursor csr_org_structure_version_id is
1332: select 'Y'
1333: from per_org_structure_versions psv
1334: where psv.org_structure_version_id = p_org_structure_version_id;
1335:
1336: -- Declare local variables
1337:

Line 1442: from per_org_structure_versions psv

1438: -- Declare the cursor
1439:
1440: cursor csr_org_structure_version_id is
1441: select 'Y'
1442: from per_org_structure_versions psv
1443: where psv.organization_structure_id = p_organization_structure_id
1444: and psv.org_structure_version_id = p_org_structure_version_id;
1445:
1446: -- Declare local variables