DBA Data[Home] [Help]

APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FA_LOOKUPS

Line 358: from fa_lookups

354:
355:
356: Cursor c_ret_type IS
357: select 'Y'
358: from fa_lookups
359: where lookup_type = 'RETIREMENT'
360: and enabled_flag = 'Y'
361: and nvl(end_date_active,sysdate+1) > sysdate
362: and lookup_code = G_retirement_type_code;