DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_UTIL dependencies on MTL_ITEM_CATEGORIES

Line 2403: , mtl_item_categories ctg

2399: , ln.unit_selling_price selling_price
2400: , ln.tax_value tax_value
2401: FROM
2402: OE_ORDER_LINES ln
2403: , mtl_item_categories ctg
2404: , ra_terms_b trm
2405: WHERE ln.header_id = p_header_id
2406: AND ln.invoice_to_org_id = NVL(l_site_use_id, ln.invoice_to_org_id )
2407: AND ln.open_flag = 'Y'