DBA Data[Home] [Help]

APPS.PSB_WS_POSITION_LINE_L_PVT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 35

       SELECT position_id, position_line_id
       FROM   psb_ws_position_lines
       WHERE  position_line_id = p_position_line_id
	 and  position_id = p_position_id
       FOR UPDATE of position_line_id NOWAIT;
Line: 68

       FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');