DBA Data[Home] [Help]

APPS.LNS_APPL_ENGINE_PUB dependencies on FND_LOOKUPS

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

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