DBA Data[Home] [Help]

APPS.HR_TRANSACTION_API dependencies on BEN_ICD_TRANSACTION

Line 1970: -- delete from ben_icd_transaction

1966: --
1967: --delete per_pay_transactions
1968: delete from per_pay_transactions
1969: where transaction_id = p_transaction_id;
1970: -- delete from ben_icd_transaction
1971: delete from ben_icd_transaction where transaction_id = p_transaction_id and status <> 'SP';
1972: -- when in validation only mode raise the Validate_Enabled exception
1973: --
1974: if p_validate then

Line 1971: delete from ben_icd_transaction where transaction_id = p_transaction_id and status <> 'SP';

1967: --delete per_pay_transactions
1968: delete from per_pay_transactions
1969: where transaction_id = p_transaction_id;
1970: -- delete from ben_icd_transaction
1971: delete from ben_icd_transaction where transaction_id = p_transaction_id and status <> 'SP';
1972: -- when in validation only mode raise the Validate_Enabled exception
1973: --
1974: if p_validate then
1975: raise hr_api.validate_enabled;