DBA Data[Home] [Help]

APPS.PSB_WS_POS2 dependencies on PSB_WS_POSITION_LINES

Line 580: PSB_WS_POSITION_LINES b

576: a.name,
577: a.effective_start_date,
578: a.effective_end_date
579: from PSB_POSITIONS a,
580: PSB_WS_POSITION_LINES b
581: where a.position_id = b.position_id
582: and b.position_line_id = p_position_line_id;
583:
584: /* Bug No 2521570 Start */