DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 508: FROM mtl_default_category_sets

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)
506: AND
507: mic.category_set_id = (SELECT category_set_id
508: FROM mtl_default_category_sets
509: WHERE functional_area_id = 5);
510:
511: END IF;
512: