DBA Data[Home] [Help]

APPS.PQH_BRE_UPD dependencies on PQH_BDGT_POOL_REALLOCTIONS

Line 68: -- Update the pqh_bdgt_pool_realloctions Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pqh_bre_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqh_bdgt_pool_realloctions Row
69: --
70: update pqh_bdgt_pool_realloctions
71: set
72: reallocation_id = p_rec.reallocation_id

Line 70: update pqh_bdgt_pool_realloctions

66: pqh_bre_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqh_bdgt_pool_realloctions Row
69: --
70: update pqh_bdgt_pool_realloctions
71: set
72: reallocation_id = p_rec.reallocation_id
73: ,position_id = p_rec.position_id
74: ,pool_id = p_rec.pool_id

Line 258: (p_module_name => 'PQH_BDGT_POOL_REALLOCTIONS'

254: --
255: when hr_api.cannot_find_prog_unit then
256: --
257: hr_api.cannot_find_prog_unit_error
258: (p_module_name => 'PQH_BDGT_POOL_REALLOCTIONS'
259: ,p_hook_type => 'AU');
260: --
261: end;
262: --