DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_WS_ELEMENT_LINES

Line 2675: delete from PSB_WS_ELEMENT_LINES

2671: (select position_line_id
2672: from PSB_WS_LINES_POSITIONS
2673: where worksheet_id = p_worksheet_id);
2674:
2675: delete from PSB_WS_ELEMENT_LINES
2676: where position_line_id in
2677: (select position_line_id
2678: from PSB_WS_LINES_POSITIONS
2679: where worksheet_id = p_worksheet_id);

Line 3339: delete from PSB_WS_ELEMENT_LINES

3335:
3336: delete from PSB_WS_FTE_LINES
3337: where position_line_id = p_position_line_id;
3338:
3339: delete from PSB_WS_ELEMENT_LINES
3340: where position_line_id = p_position_line_id;
3341:
3342: delete from PSB_WS_LINES
3343: where account_line_id in

Line 3472: delete from PSB_WS_ELEMENT_LINES

3468: then
3469: raise FND_API.G_EXC_UNEXPECTED_ERROR;
3470: end if;
3471:
3472: delete from PSB_WS_ELEMENT_LINES
3473: where element_line_id = p_element_line_id;
3474:
3475:
3476: -- Initialize API return status to success