DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on IBY_DELIVERY_CHANNELS_VL

Line 21032: from iby_delivery_channels_vl

21028:
21029: begin
21030: select 'x'
21031: into l_dummy
21032: from iby_delivery_channels_vl
21033: where delivery_channel_code = p_invoice_rec.delivery_channel_code
21034: and rownum = 1;
21035:
21036: exception