DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_WS_POSITION_LINES

Line 2663: delete from PSB_WS_POSITION_LINES

2659:
2660: delete from PSB_PAY_ELEMENT_RATES
2661: where worksheet_id = p_worksheet_id;
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);

Line 3358: from PSB_WS_POSITION_LINES

3354:
3355: delete from PSB_POSITION_ASSIGNMENTS
3356: where position_id =
3357: (select position_id
3358: from PSB_WS_POSITION_LINES
3359: where position_line_id = p_position_line_id)
3360: and worksheet_id =
3361: (select nvl(global_worksheet_id, worksheet_id)
3362: from PSB_WORKSHEETS

Line 3365: delete from PSB_WS_POSITION_LINES

3361: (select nvl(global_worksheet_id, worksheet_id)
3362: from PSB_WORKSHEETS
3363: where worksheet_id = p_worksheet_id);
3364:
3365: delete from PSB_WS_POSITION_LINES
3366: where position_line_id = p_position_line_id;
3367:
3368: -- Initialize API return status to success
3369: