DBA Data[Home] [Help]

APPS.FV_FACTS1_PKG dependencies on FV_FACTS1_LINE_BALANCES

Line 2750: FROM fv_facts1_line_balances t2

2746: l_t2_detail_amount := 0;
2747:
2748: SELECT NVL(SUM(NVL(t2.amount, 0)), 0)
2749: INTO l_t2_detail_amount
2750: FROM fv_facts1_line_balances t2
2751: WHERE t2.ccid = l_ccid_l(i)
2752: AND t2.set_of_books_id = gbl_set_of_books_id
2753: AND period_num <= gbl_period_num_high
2754: AND period_year = gbl_fiscal_year;