DBA Data[Home] [Help]

APPS.PQH_BPL_UPD dependencies on PQH_BUDGET_POOLS

Line 68: -- Update the pqh_budget_pools Row

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

Line 70: update pqh_budget_pools

66: pqh_bpl_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqh_budget_pools Row
69: --
70: update pqh_budget_pools
71: set
72: pool_id = p_rec.pool_id
73: ,name = p_rec.name
74: ,budget_version_id = p_rec.budget_version_id

Line 243: (p_module_name => 'PQH_BUDGET_POOLS'

239: --
240: when hr_api.cannot_find_prog_unit then
241: --
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'PQH_BUDGET_POOLS'
244: ,p_hook_type => 'AU');
245: --
246: end;
247: --