DBA Data[Home] [Help]

APPS.PQH_WDT_DEL dependencies on PQH_WORKSHEET_DETAILS

Line 53: -- Delete the pqh_worksheet_details row.

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

Line 55: delete from pqh_worksheet_details

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

Line 196: (p_module_name => 'pqh_worksheet_details'

192: --
193: when hr_api.cannot_find_prog_unit then
194: --
195: hr_api.cannot_find_prog_unit_error
196: (p_module_name => 'pqh_worksheet_details'
197: ,p_hook_type => 'AD');
198: --
199: end;
200: --