DBA Data[Home] [Help]

APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_POSITIONS

Line 2952: FROM PSB_POSITIONS ppos,

2948: AND (( bgrp.effective_end_date IS NULL )
2949: OR( bgrp.effective_end_date >= PSB_WS_Acct1.g_enddate_cy ))
2950: AND EXISTS
2951: (SELECT 1
2952: FROM PSB_POSITIONS ppos,
2953: PSB_WS_LINES_POSITIONS lines,
2954: PSB_WS_POSITION_LINES wspos
2955: WHERE ppos.position_id = wspos.position_id
2956: AND ppos.new_position_flag = 'Y'