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 1127: per_ctc_del.delete_row

1123: -- Remove the contract as it now ends before the person exists
1124: --
1125: hr_utility.set_location('Entering:'||l_proc, 10);
1126: --
1127: per_ctc_del.delete_row
1128: (l_contract_id,
1129: l_start_date,
1130: l_object_version_number);
1131: END IF;