DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_WS_ELEMENT_LINES

Line 4196: from PSB_WS_ELEMENT_LINES

4192: and end_stage_seq is null;
4193:
4194: cursor c_wel(poslineid NUMBER, budgetyearid NUMBER, elemsetid NUMBER, currency VARCHAR2) is
4195: select pay_element_id, sum(nvl(element_cost, 0)) element_cost
4196: from PSB_WS_ELEMENT_LINES
4197: where position_line_id = poslineid
4198: and budget_year_id = budgetyearid
4199: and element_set_id = elemsetid
4200: and currency_code = currency