DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on IBY_DELIVERY_CHANNELS_VL

Line 22857: from iby_delivery_channels_vl

22853:
22854: begin
22855: select 'x'
22856: into l_dummy
22857: from iby_delivery_channels_vl
22858: where delivery_channel_code = p_invoice_rec.delivery_channel_code
22859: and rownum = 1;
22860:
22861: exception