DBA Data[Home] [Help]

APPS.OE_BATCH_PRICING dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 118: mtl_default_category_sets cs,

114: select l.org_id, l.header_id, l.line_id, l.line_number, l.shipment_number, h.order_number, party.party_name account_name, tt.name order_type, h.transactional_curr_code
115: from oe_order_headers h,
116: oe_order_lines l,
117: mtl_item_categories ic,
118: mtl_default_category_sets cs,
119: hz_cust_accounts cust,
120: hz_parties party,
121: oe_transaction_types_tl tt
122: where h.open_flag = 'Y'