DBA Data[Home] [Help]

APPS.AMW_FIN_STMNT_PKG dependencies on AMW_FIN_STMNT_B

Line 11: from AMW_FIN_STMNT_B B

7: begin
8: delete from AMW_FIN_STMNT_TL T
9: where not exists
10: (select NULL
11: from AMW_FIN_STMNT_B B
12: where B.STATEMENT_GROUP_ID = T.STATEMENT_GROUP_ID
13: and B.FINANCIAL_STATEMENT_ID = T.FINANCIAL_STATEMENT_ID
14: );
15: