DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on PO_STYLE_ENABLED_LINE_TYPES

Line 1858: from po_style_enabled_line_types

1854: batch_id,
1855: interface_line_id
1856: from pon_item_prices_interface
1857: where line_type_id not in ( select line_type_id
1858: from po_style_enabled_line_types
1859: where style_id = l_po_style_id)
1860: and line_type_id is not null
1861: and line_type <> 'LINE_TYPE_NONE_ENTERED'
1862: and batch_id = p_batch_id;