DBA Data[Home] [Help]

APPS.PSB_WS_POS1 dependencies on PSB_WS_POSITION_LINES_S

Line 1321: select psb_ws_position_lines_s.nextval PosLineID

1317: and a.worksheet_id = g_global_worksheet_id
1318: and b.position_id = p_position_id;
1319:
1320: cursor c_Seq is
1321: select psb_ws_position_lines_s.nextval PosLineID
1322: from dual;
1323:
1324: BEGIN
1325: