DBA Data[Home] [Help]

APPS.PSB_EXCEL2_PVT dependencies on PSB_WS_FTE_LINES

Line 3939: FROM psb_ws_fte_lines fl

3935: sum(period9_fte) a9,
3936: sum(period10_fte) a10,
3937: sum(period11_fte) a11,
3938: sum(period12_fte) a12
3939: FROM psb_ws_fte_lines fl
3940: WHERE position_line_id = p_position_line_id
3941: AND budget_year_id = p_budget_year_id
3942: AND end_stage_seq is null
3943: )