DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_WS_LINES_POSITIONS

Line 2666: from PSB_WS_LINES_POSITIONS

2662:
2663: delete from PSB_WS_POSITION_LINES
2664: where position_line_id in
2665: (select position_line_id
2666: from PSB_WS_LINES_POSITIONS
2667: where worksheet_id = p_worksheet_id);
2668:
2669: delete from PSB_WS_FTE_LINES
2670: where position_line_id in

Line 2672: from PSB_WS_LINES_POSITIONS

2668:
2669: delete from PSB_WS_FTE_LINES
2670: where position_line_id in
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

Line 2678: from PSB_WS_LINES_POSITIONS

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);
2680:
2681: end;
2682: end if;

Line 2684: delete from PSB_WS_LINES_POSITIONS

2680:
2681: end;
2682: end if;
2683:
2684: delete from PSB_WS_LINES_POSITIONS
2685: where worksheet_id = p_worksheet_id;
2686:
2687: if FND_API.to_Boolean(p_global_worksheet) then
2688: begin

Line 3352: delete from PSB_WS_LINES_POSITIONS

3348:
3349: delete from PSB_WS_ACCOUNT_LINES
3350: where position_line_id = p_position_line_id;
3351:
3352: delete from PSB_WS_LINES_POSITIONS
3353: where position_line_id = p_position_line_id;
3354:
3355: delete from PSB_POSITION_ASSIGNMENTS
3356: where position_id =