DBA Data[Home] [Help]

APPS.FA_FAS410_XMLP_PKG dependencies on FA_DEPRN_SUMMARY

Line 89: select count(*) into l_flag from fa_deprn_summary

85: l_period_PC
86: FROM FA_DEPRN_PERIODS
87: WHERE book_type_code = Book
88: AND period_close_date IS NULL;
89: select count(*) into l_flag from fa_deprn_summary
90: where book_type_code = Book and
91: period_counter = l_period_PC;
92: if l_flag = 0 then
93: Cur_Period_PC := l_period_PC;