APPS.PSB_POSITIONS_PVT dependencies on PSB_WS_POSITION_LINES
Line 1199: FROM psb_ws_position_lines
1195: --
1196: -- validate first
1197:
1198: SELECT count(*) into l_count 1199: FROM psb_ws_position_lines 1200: WHERE position_id = p_position_id;
1201:
1202: IF (l_count <> 0) THEN
1203: fnd_message.set_name('PSB', 'PSB_POSITION_IN_WORKSHEET');