DBA Data[Home] [Help]

APPS.FA_TRANSACTION_ITF_PKG dependencies on FA_LOOKUPS

Line 84: from fa_lookups

80: where book_type_code = c_book_type_Code;
81:
82: CURSOR lookup_cur(c_lookup_type varchar2) IS
83: select lookup_code
84: from fa_lookups
85: where lookup_type = c_lookup_type
86: and enabled_flag = 'Y'
87: and nvl(end_date_active, sysdate) >= sysdate
88: and rownum = 1;