DBA Data[Home] [Help]

APPS.PQH_BUDGETED_SALARY_PKG dependencies on PQH_BDGT_CMMTMNT_ELMNTS

Line 41: pqh_bdgt_cmmtmnt_elmnts bcl

37: per_time_periods stp,
38: per_time_periods etp,
39: pqh_budget_sets bsets,
40: pqh_budget_elements bele,
41: pqh_bdgt_cmmtmnt_elmnts bcl
42: where nvl(bud.position_control_flag,'X') = 'Y'
43: and bud.budgeted_entity_cd = p_budget_entity
44: and bud.business_group_id = p_business_group_id
45: -- and trunc(p_effective_date) between trunc(bud.budget_start_date) and trunc(bud.budget_end_date)