DBA Data[Home] [Help]

APPS.FV_FACTS1_PKG dependencies on FV_FACTS1_LINE_BALANCES

Line 2809: FROM fv_facts1_line_balances t2

2805: l_t2_detail_amount := 0;
2806:
2807: SELECT NVL(SUM(NVL(t2.amount, 0)), 0)
2808: INTO l_t2_detail_amount
2809: FROM fv_facts1_line_balances t2
2810: WHERE t2.ccid = l_ccid_l(i)
2811: AND t2.set_of_books_id = gbl_set_of_books_id
2812: AND period_num <= gbl_period_num_high
2813: AND period_year = gbl_fiscal_year;