DBA Data[Home] [Help]

APPS.PSB_WS_AMOUNTS_SETUP dependencies on PSB_WS_ACCOUNT_LINES

Line 18: PSB_WS_ACCOUNT_LINES WAL

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'
22: and WAL.Position_line_ID = p_position_line_id