DBA Data[Home] [Help]

APPS.PQH_BCE_DEL dependencies on PQH_BDGT_CMMTMNT_ELMNTS

Line 56: -- Delete the pqh_bdgt_cmmtmnt_elmnts row.

52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: --
56: -- Delete the pqh_bdgt_cmmtmnt_elmnts row.
57: --
58: delete from pqh_bdgt_cmmtmnt_elmnts
59: where bdgt_cmmtmnt_elmnt_id = p_rec.bdgt_cmmtmnt_elmnt_id;
60: --

Line 58: delete from pqh_bdgt_cmmtmnt_elmnts

54: --
55: --
56: -- Delete the pqh_bdgt_cmmtmnt_elmnts row.
57: --
58: delete from pqh_bdgt_cmmtmnt_elmnts
59: where bdgt_cmmtmnt_elmnt_id = p_rec.bdgt_cmmtmnt_elmnt_id;
60: --
61: --
62: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 181: (p_module_name => 'pqh_bdgt_cmmtmnt_elmnts'

177: --
178: when hr_api.cannot_find_prog_unit then
179: --
180: hr_api.cannot_find_prog_unit_error
181: (p_module_name => 'pqh_bdgt_cmmtmnt_elmnts'
182: ,p_hook_type => 'AD');
183: --
184: end;
185: --