DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on PO_STYLE_ENABLED_LINE_TYPES

Line 1669: from po_style_enabled_line_types

1665: batch_id,
1666: interface_line_id
1667: from pon_item_prices_interface
1668: where line_type_id not in ( select line_type_id
1669: from po_style_enabled_line_types
1670: where style_id = l_po_style_id)
1671: and line_type_id is not null
1672: and line_type <> 'LINE_TYPE_NONE_ENTERED'
1673: and batch_id = p_batch_id;