DBA Data[Home] [Help]

APPS.LNS_APPL_ENGINE_PUB dependencies on FND_LOOKUP_VALUES

Line 203: select meaning from FND_LOOKUP_VALUES where lookup_type = 'LNS_RECEIPT_MATCH_CRITERIA' and lookup_code = P_RECEIPT_MATCH_CRITERIA;

199: select receipt_number from ar_cash_receipts where cash_receipt_id = P_RECEIPT_ID;
200:
201: /* query for flag meaning */
202: CURSOR receipt_match_cur(P_RECEIPT_MATCH_CRITERIA varchar2) IS
203: select meaning from FND_LOOKUP_VALUES where lookup_type = 'LNS_RECEIPT_MATCH_CRITERIA' and lookup_code = P_RECEIPT_MATCH_CRITERIA;
204:
205:
206: /* query for org name */
207: CURSOR org_cur(P_ORG_ID number) IS