DBA Data[Home] [Help]

APPS.FA_FIN_ADD_PKG dependencies on FA_CONVENTIONS

Line 221: from fa_conventions

217: -- get prorate date
218: begin
219: select prorate_date
220: into X_PRORATE_DATE
221: from fa_conventions
222: where prorate_convention_code = X_PRORATE_CONVENTION_CODE
223: and X_DPIS between start_date and end_date;
224: --
225: exception