DBA Data[Home] [Help]

APPS.PQH_BCE_UPD dependencies on PQH_BDGT_CMMTMNT_ELMNTS

Line 62: -- Update the pqh_bdgt_cmmtmnt_elmnts Row

58: --
59: p_rec.object_version_number := p_rec.object_version_number + 1;
60: --
61: --
62: -- Update the pqh_bdgt_cmmtmnt_elmnts Row
63: --
64: update pqh_bdgt_cmmtmnt_elmnts
65: set
66: bdgt_cmmtmnt_elmnt_id = p_rec.bdgt_cmmtmnt_elmnt_id,

Line 64: update pqh_bdgt_cmmtmnt_elmnts

60: --
61: --
62: -- Update the pqh_bdgt_cmmtmnt_elmnts Row
63: --
64: update pqh_bdgt_cmmtmnt_elmnts
65: set
66: bdgt_cmmtmnt_elmnt_id = p_rec.bdgt_cmmtmnt_elmnt_id,
67: budget_id = p_rec.budget_id,
68: actual_commitment_type = p_rec.actual_commitment_type,

Line 220: (p_module_name => 'pqh_bdgt_cmmtmnt_elmnts'

216: --
217: when hr_api.cannot_find_prog_unit then
218: --
219: hr_api.cannot_find_prog_unit_error
220: (p_module_name => 'pqh_bdgt_cmmtmnt_elmnts'
221: ,p_hook_type => 'AU');
222: --
223: end;
224: --