DBA Data[Home] [Help]

APPS.LNS_APPL_ENGINE_PUB dependencies on FND_LOOKUPS

Line 195: select meaning from fnd_lookups where lookup_type = 'YES_NO' and lookup_code = P_UNAPPLY_FLAG;

191: select loan_number from lns_loan_headers where loan_id = P_LOAN_ID;
192:
193: /* query for flag meaning */
194: CURSOR unapply_flag_cur(P_UNAPPLY_FLAG varchar2) IS
195: select meaning from fnd_lookups where lookup_type = 'YES_NO' and lookup_code = P_UNAPPLY_FLAG;
196:
197: /* query for flag meaning */
198: CURSOR receipt_cur(P_RECEIPT_ID number) IS
199: select receipt_number from ar_cash_receipts where cash_receipt_id = P_RECEIPT_ID;