APPS.PSB_WS_AMOUNTS_SETUP dependencies on PSB_WS_LINES_POSITIONS
Line 17: From PSB_WS_LINES_POSITIONS WL,
13: Begin
14: Begin
15: Select sum(WAL.Ytd_Amount)
16: Into t_amount 17: From PSB_WS_LINES_POSITIONS WL, 18: PSB_WS_ACCOUNT_LINES WAL
19: Where WL.WORKSHEET_ID = p_worksheet_id
20: and WL.POSITION_LINE_ID = WAL.POSITION_LINE_ID
21: and WL.VIEW_LINE_FLAG = 'Y'