DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on FND_LOOKUPS

Line 22821: from fnd_lookups

22817:
22818: begin
22819: select 'x'
22820: into l_dummy
22821: from fnd_lookups
22822: where lookup_type = 'IBY_BANK_CHARGE_BEARER'
22823: and lookup_code = p_invoice_rec.bank_charge_bearer
22824: and rownum = 1;
22825:

Line 22894: from fnd_lookups

22890:
22891: begin
22892: select 'x'
22893: into l_dummy
22894: from fnd_lookups
22895: where lookup_type = 'IBY_SETTLEMENT_PRIORITY'
22896: and lookup_code = p_invoice_rec.settlement_priority
22897: and rownum = 1;
22898: