DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on FND_LOOKUPS

Line 20996: from fnd_lookups

20992:
20993: begin
20994: select 'x'
20995: into l_dummy
20996: from fnd_lookups
20997: where lookup_type = 'IBY_BANK_CHARGE_BEARER'
20998: and lookup_code = p_invoice_rec.bank_charge_bearer
20999: and rownum = 1;
21000:

Line 21069: from fnd_lookups

21065:
21066: begin
21067: select 'x'
21068: into l_dummy
21069: from fnd_lookups
21070: where lookup_type = 'IBY_SETTLEMENT_PRIORITY'
21071: and lookup_code = p_invoice_rec.settlement_priority
21072: and rownum = 1;
21073: