DBA Data[Home] [Help]

APPS.HR_WIP_TXNS dependencies on HR_WIP_LOCKS

Line 1007: delete from hr_wip_locks

1003: fnd_message.raise_error;
1004: End if;
1005: close csr_transaction;
1006: --
1007: delete from hr_wip_locks
1008: where transaction_id = l_transaction_id;
1009: --
1010: delete from hr_wip_transactions
1011: where transaction_id = l_transaction_id;

Line 1046: delete from hr_wip_locks

1042: fnd_message.set_name('PER','PER_289671_TXN_INV');
1043: fnd_message.raise_error;
1044: End if;
1045: close csr_transaction;
1046: delete from hr_wip_locks
1047: where transaction_id = p_transaction_id;
1048: --
1049: delete from hr_wip_transactions
1050: where transaction_id = p_transaction_id;