DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on PO_STYLE_ENABLED_PUR_BASES

Line 1697: from po_style_enabled_pur_bases

1693: batch_id,
1694: interface_line_id
1695: from pon_item_prices_interface
1696: where purchase_basis not in ( select purchase_basis
1697: from po_style_enabled_pur_bases
1698: where style_id = l_po_style_id)
1699: and line_type_id is not null
1700: and line_type <> 'LINE_TYPE_NONE_ENTERED'
1701: and batch_id = p_batch_id;