DBA Data[Home] [Help]

APPS.HR_CONTRACT_API dependencies on PER_CTC_UPD

Line 649: per_ctc_upd.upd

645: ,p_argument => 'effective_date'
646: ,p_argument_value => p_effective_date
647: );
648: --
649: per_ctc_upd.upd
650: (
651: p_contract_id => p_contract_id
652: ,p_effective_start_date => l_effective_start_date
653: ,p_effective_end_date => l_effective_end_date

Line 1118: per_ctc_upd.update_effective_start_date

1114: -- Row spanning the new start-date : move its start-date forward
1115: --
1116: hr_utility.set_location('Entering:'||l_proc, 20);
1117: --
1118: per_ctc_upd.update_effective_start_date
1119: (l_contract_id,
1120: l_start_date,
1121: p_new_start_date,
1122: l_object_version_number);

Line 1157: per_ctc_upd.update_effective_start_date

1153: -- as of the new start-date : move it backwards.
1154: --
1155: hr_utility.set_location('Entering:'||l_proc, 30);
1156: --
1157: per_ctc_upd.update_effective_start_date
1158: (l_contract_id,
1159: l_start_date,
1160: p_new_start_date,
1161: l_object_version_number);