DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on MTL_ITEM_CATEGORIES

Line 501: mtl_item_categories mic

497: category_id
498: INTO
499: l_ae_txn_rec.category_id
500: FROM
501: mtl_item_categories mic
502: WHERE
503: mic.inventory_item_id = l_ae_txn_rec.inventory_item_id
504: AND /* Bug 12794529: In case of interorg transactions, we could be processing the transfer organization */
505: mic.organization_id = Decode(i_cost_group_id, Nvl(l_ae_txn_rec.xfer_cost_group_id, -1), l_ae_txn_rec.xfer_organization_id, l_ae_txn_rec.organization_id)