DBA Data[Home] [Help]

APPS.HR_CONTRACT_API dependencies on PER_CTC_DEL

Line 911: per_ctc_del.del

907: -- End of API User Hook for the before hook of delete_contract
908: --
909: end;
910: --
911: per_ctc_del.del
912: (
913: p_contract_id => p_contract_id
914: ,p_effective_start_date => l_effective_start_date
915: ,p_effective_end_date => l_effective_end_date

Line 1108: per_ctc_del.delete_row

1104: -- Remove the contract as it now ends before the person exists
1105: --
1106: hr_utility.set_location('Entering:'||l_proc, 10);
1107: --
1108: per_ctc_del.delete_row
1109: (l_contract_id,
1110: l_start_date,
1111: l_object_version_number);
1112: ELSE