DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on MTL_SYSTEM_ITEMS

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

1833: from financials_system_params_all
1834: where org_id = l_purchasing_org_id;
1835:
1836: /* Now get the buyer from the item master. There may/may not be one
1837: * assigned to the item. MTL_SYSTEM_ITEMS is a table that isn't striped
1838: * org.
1839: */
1840:
1841: begin

Line 1844: from mtl_system_items

1840:
1841: begin
1842: select buyer_id
1843: into x_buyer_id
1844: from mtl_system_items
1845: where inventory_item_id = x_item_id
1846: and organization_id = x_inv_org_id;
1847: exception
1848: /* For one time items this will not return anything */