DBA Data[Home] [Help]

APPS.FA_FIN_ADD_PKG dependencies on FA_CONVENTIONS

Line 229: from fa_conventions

225: -- get prorate date
226: begin
227: select prorate_date
228: into X_PRORATE_DATE
229: from fa_conventions
230: where prorate_convention_code = X_PRORATE_CONVENTION_CODE
231: and X_DPIS between start_date and end_date;
232: --
233: exception