DBA Data[Home] [Help]

APPS.PQH_WEL_DEL dependencies on PQH_WORKSHEET_BDGT_ELMNTS

Line 53: -- Delete the pqh_worksheet_bdgt_elmnts row.

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

Line 55: delete from pqh_worksheet_bdgt_elmnts

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

Line 170: (p_module_name => 'pqh_worksheet_bdgt_elmnts'

166: --
167: when hr_api.cannot_find_prog_unit then
168: --
169: hr_api.cannot_find_prog_unit_error
170: (p_module_name => 'pqh_worksheet_bdgt_elmnts'
171: ,p_hook_type => 'AD');
172: --
173: end;
174: --