DBA Data[Home] [Help]

APPS.FA_MODIFY_DISTRIBUTIONS_PKG dependencies on FA_BOOK_CONTROLS

Line 1152: from fa_book_controls

1148: and period_close_date is null;
1149: -------------------------------------------------
1150: select fiscal_year_name, current_fiscal_year
1151: into lv_fiscal_year_name, lv_fiscal_year
1152: from fa_book_controls
1153: where book_type_code = X_Book_Type_Code;
1154: -------------------------------------------------
1155: select start_date, end_date
1156: into X_FY_Start_Date, X_FY_End_Date

Line 1185: FROM fa_book_controls BC

1181: X_corp_book_type_code VARCHAR2(15) := NULL;
1182:
1183: CURSOR Chk_Book_Class_C IS
1184: SELECT count(*)
1185: FROM fa_book_controls BC
1186: WHERE BC.book_type_code = X_corp_book_type_code
1187: AND BC.book_class = 'CORPORATE'
1188: AND rownum <= 1;
1189: