DBA Data[Home] [Help]

APPS.HR_WPM_MASS_APR_PUSH dependencies on HR_API_TRANSACTION_STEPS

Line 1672: delete from hr_api_transaction_steps

1668: fetch c_trx into l_trx_id;
1669: close c_trx;
1670: if l_trx_id is not null then
1671: begin
1672: delete from hr_api_transaction_steps
1673: where transaction_id = l_trx_id;
1674: exception
1675: when others then
1676: null;