DBA Data[Home] [Help]

APPS.CSTPALBR dependencies on MTL_TRANSACTION_TYPES

Line 129: mtl_transaction_types mtt /* Removed the access to view to directly access the base tables Bug 4968702 */

125: mtl_parameters mp, --INVCONV sikhanna changes
126: cst_cost_groups ccg,
127: cst_cost_group_assignments ccga,
128: cst_pac_periods cpp,
129: mtl_transaction_types mtt /* Removed the access to view to directly access the base tables Bug 4968702 */
130:
131: WHERE
132: /* Periodic Cost Updates have the item master organization_id as
133: the organization_id in MMT. In this case, the org_cost_group

Line 195: mtl_transaction_types mtt -- Directly Using the base tables.Bug 4968702

191: mtl_material_transactions mmt,
192: cst_cost_groups ccg,
193: cst_cost_group_assignments ccga,
194: cst_pac_periods cpp,
195: mtl_transaction_types mtt -- Directly Using the base tables.Bug 4968702
196: WHERE
197: mmt.organization_id = ccga.organization_id AND
198: mmt.organization_id = nvl(mmt.owning_organization_id, mmt.organization_id) AND
199: nvl(mmt.owning_tp_type,2) = 2 AND