DBA Data[Home] [Help]

APPS.PER_PTU_DFF_MIG dependencies on HR_PERSON_TYPE_USAGE_API

Line 1297: -- and call the HR_PERSON_TYPE_USAGE_API to modify the PTU records.

1293: FETCH csrv_ptu_rec INTO ptu_rec;
1294: EXIT WHEN csrv_ptu_rec%NOTFOUND; -- exit when lst row is fetched.
1295: --
1296: -- Compare the effective dates of the PTU records with migration record
1297: -- and call the HR_PERSON_TYPE_USAGE_API to modify the PTU records.
1298: --
1299: -- While using the UPDATE mode, ckech for the existance of any future
1300: -- dt records. If found update the current record in UPDATE_CHANGE_INSERT mode.
1301: --

Line 1362: HR_PERSON_TYPE_USAGE_API.UPDATE_PERSON_TYPE_USAGE

1358: END IF;
1359: --
1360: CLOSE csr_future_records_exists;
1361: --
1362: HR_PERSON_TYPE_USAGE_API.UPDATE_PERSON_TYPE_USAGE
1363: (p_validate => false
1364: ,p_person_type_usage_id => ptu_rec.person_type_usage_id
1365: ,p_effective_date => p_mig_rec.effective_end_date+1
1366: ,p_datetrack_mode => l_datetrack_mode

Line 1410: HR_PERSON_TYPE_USAGE_API.UPDATE_PERSON_TYPE_USAGE

1406: END IF;
1407: --
1408: CLOSE csr_future_records_exists;
1409: --
1410: HR_PERSON_TYPE_USAGE_API.UPDATE_PERSON_TYPE_USAGE
1411: (p_validate => false
1412: ,p_person_type_usage_id => ptu_rec.person_type_usage_id
1413: ,p_effective_date => p_mig_rec.effective_start_date
1414: ,p_datetrack_mode => l_datetrack_mode

Line 1438: HR_PERSON_TYPE_USAGE_API.UPDATE_PERSON_TYPE_USAGE

1434: END IF;
1435: --
1436: CLOSE csr_future_records_exists;
1437: --
1438: HR_PERSON_TYPE_USAGE_API.UPDATE_PERSON_TYPE_USAGE
1439: (p_validate => false
1440: ,p_person_type_usage_id => ptu_rec.person_type_usage_id
1441: ,p_effective_date => p_mig_rec.effective_end_date+1
1442: ,p_datetrack_mode => l_datetrack_mode

Line 1472: HR_PERSON_TYPE_USAGE_API.UPDATE_PERSON_TYPE_USAGE

1468: l_ptu_attrs_data_rec := RETRIVE_MAPPING(p_mig_rec,l_person_rec_context);
1469: --
1470: -- Following is the common update procedure to update the PTU record.
1471: --
1472: HR_PERSON_TYPE_USAGE_API.UPDATE_PERSON_TYPE_USAGE
1473: (
1474: p_validate => false
1475: ,p_person_type_usage_id => ptu_rec.person_type_usage_id
1476: ,p_effective_date => l_effective_date