DBA Data[Home] [Help]

APPS.FA_MODIFY_DISTRIBUTIONS_PKG dependencies on FA_BOOK_CONTROLS

Line 1174: from fa_book_controls

1170: and period_close_date is null;
1171: -------------------------------------------------
1172: select fiscal_year_name, current_fiscal_year
1173: into lv_fiscal_year_name, lv_fiscal_year
1174: from fa_book_controls
1175: where book_type_code = X_Book_Type_Code;
1176: -------------------------------------------------
1177: select start_date, end_date
1178: into X_FY_Start_Date, X_FY_End_Date

Line 1207: FROM fa_book_controls BC

1203: X_corp_book_type_code VARCHAR2(30) := NULL;
1204:
1205: CURSOR Chk_Book_Class_C IS
1206: SELECT count(*)
1207: FROM fa_book_controls BC
1208: WHERE BC.book_type_code = X_corp_book_type_code
1209: AND BC.book_class = 'CORPORATE'
1210: AND rownum <= 1;
1211: