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 1140: per_ctc_upd.update_effective_start_date

1136: hr_utility.set_location('Entering:'||l_proc, 20);
1137: --
1138: -- Added the below condition for bug#8670853
1139: IF l_temp = 'Y' THEN
1140: per_ctc_upd.update_effective_start_date
1141: (l_contract_id,
1142: l_start_date,
1143: p_new_start_date,
1144: l_object_version_number);

Line 1180: per_ctc_upd.update_effective_start_date

1176: -- as of the new start-date : move it backwards.
1177: --
1178: hr_utility.set_location('Entering:'||l_proc, 30);
1179: --
1180: per_ctc_upd.update_effective_start_date
1181: (l_contract_id,
1182: l_start_date,
1183: p_new_start_date,
1184: l_object_version_number);