DBA Data[Home] [Help]

APPS.FA_MASSADD_PKG dependencies on FA_BOOK_CONTROLS

Line 1987: fa_book_controls bc,

1983: fy1.start_date,
1984: fy1.end_date
1985: from fa_books bk,
1986: fa_additions ad,
1987: fa_book_controls bc,
1988: fa_fiscal_year fy1,
1989: fa_fiscal_year fy2,
1990: fa_calendar_periods cp1
1991: where ad.asset_category_id = p_category_id

Line 2169: fa_book_controls bc,

2165: l_new_desc_category,
2166: l_new_start_date,
2167: l_new_end_date
2168: From fa_fiscal_year fy,
2169: fa_book_controls bc,
2170: fa_categories cat
2171: Where px_date_placed_in_service_tbl(i) between fy.start_date and fy.end_date
2172: And fy.fiscal_year_name = bc.fiscal_year_name
2173: And bc.book_type_code = p_book_type_code