DBA Data[Home] [Help]

APPS.PER_PMP_BUS dependencies on PER_ORGANIZATION_STRUCTURES

Line 1192: -- PER_ORGANIZATION_STRUCTURES.

1188: -- {Start Of Comments}
1189: --
1190: -- Description:
1191: -- Checks that the organization structure id exists in the table
1192: -- PER_ORGANIZATION_STRUCTURES.
1193: --
1194: -- Prerequisites:
1195: -- None.
1196: --

Line 1223: from per_organization_structures pos

1219: -- Declare the cursor
1220:
1221: cursor csr_org_structure_id is
1222: select 'Y'
1223: from per_organization_structures pos
1224: where pos.organization_structure_id = p_organization_structure_id;
1225:
1226: -- Declare local variables
1227: