DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on MTL_SYSTEM_ITEMS

Line 2054: * assigned to the item. MTL_SYSTEM_ITEMS is a table that isn't striped

2050: from financials_system_params_all
2051: where org_id = l_purchasing_org_id;
2052:
2053: /* Now get the buyer from the item master. There may/may not be one
2054: * assigned to the item. MTL_SYSTEM_ITEMS is a table that isn't striped
2055: * org.
2056: */
2057:
2058: begin

Line 2061: from mtl_system_items

2057:
2058: begin
2059: select buyer_id
2060: into x_buyer_id
2061: from mtl_system_items
2062: where inventory_item_id = x_item_id
2063: and organization_id = x_inv_org_id;
2064: exception
2065: /* For one time items this will not return anything */