DBA Data[Home] [Help]

APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_WS_ELEMENT_LINES

Line 1986: from PSB_WS_ELEMENT_LINES

1982: order by position_line_id, current_stage_seq;
1983:
1984: cursor c_wel (poslineid NUMBER) is
1985: select *
1986: from PSB_WS_ELEMENT_LINES
1987: where position_line_id = poslineid
1988: order by position_line_id, current_stage_seq;
1989:
1990: cursor c_re_elem (elemid NUMBER) is