DBA Data[Home] [Help]

APPS.FA_RETIRE_PKG dependencies on FA_CATEGORY_BOOK_DEFAULTS

Line 163: FROM fa_category_book_defaults

159: INTO X_Ret_Prorate_Convention,
160: X_Use_STL_Retirements_Flag,
161: X_STL_Method_Code,
162: X_STL_Life_In_Months
163: FROM fa_category_book_defaults
164: WHERE book_type_code = X_Book_Type_Code
165: and category_id = LV_Category_Id
166: and LV_Date_Placed_In_Service between start_dpis and
167: nvl(end_dpis,LV_Date_Placed_In_Service);