DBA Data[Home] [Help]

APPS.PQH_BPL_BUS dependencies on PQH_BDGT_POOL_REALLOCTIONS

Line 504: from pqh_bdgt_pool_realloctions a

500: from pqh_budget_pools
501: where parent_pool_id = p_pool_id;
502: Cursor csr_trnx_dtls is
503: Select null
504: from pqh_bdgt_pool_realloctions a
505: Where a.pool_id = p_pool_id;
506: Begin
507: --
508: hr_utility.set_location('Entering:'||l_proc, 5);