[Home] [Help]
4274: select a.code_combination_id,
4275: a.distribution_percent,
4276: a.effective_start_date, a.effective_end_date
4277: from PSB_PAY_ELEMENT_DISTRIBUTIONS a,
4278: PSB_ELEMENT_POS_SET_GROUPS b,
4279: PSB_SET_RELATIONS c,
4280: PSB_BUDGET_POSITIONS d
4281: where a.chart_of_accounts_id = p_flex_code
4282: and (((a.effective_start_date <= p_end_date)