DBA Data[Home] [Help]

APPS.PSB_WS_POS2 dependencies on PSB_WS_ELEMENT_LINES

Line 4557: from PSB_WS_ELEMENT_LINES

4553: and end_stage_seq is null;
4554:
4555: cursor c_Position_Cost is
4556: select element_line_id, service_package_id, pay_element_id
4557: from PSB_WS_ELEMENT_LINES
4558: where position_line_id = p_position_line_id
4559: and budget_year_id = p_budget_year_id
4560: and end_stage_seq is null;
4561: