DBA Data[Home] [Help]

APPS.PQH_PTX_DEL dependencies on PQH_POSITION_TRANSACTIONS

Line 53: -- Delete the pqh_position_transactions row.

49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Delete the pqh_position_transactions row.
54: --
55: delete from pqh_position_transactions
56: where position_transaction_id = p_rec.position_transaction_id;
57: --

Line 55: delete from pqh_position_transactions

51: --
52: --
53: -- Delete the pqh_position_transactions row.
54: --
55: delete from pqh_position_transactions
56: where position_transaction_id = p_rec.position_transaction_id;
57: --
58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 308: (p_module_name => 'pqh_position_transactions'

304: --
305: when hr_api.cannot_find_prog_unit then
306: --
307: hr_api.cannot_find_prog_unit_error
308: (p_module_name => 'pqh_position_transactions'
309: ,p_hook_type => 'AD');
310: --
311: end;
312: --