DBA Data[Home] [Help]

APPS.HR_TRANSACTION_API dependencies on PER_PAY_TRANSACTIONS

Line 1967: --delete per_pay_transactions

1963: -- delete transaction
1964: hr_trn_del.del
1965: (p_transaction_id => p_transaction_id);
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';

Line 1968: delete from per_pay_transactions

1964: hr_trn_del.del
1965: (p_transaction_id => p_transaction_id);
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