DBA Data[Home] [Help]

APPS.CSTPALBR dependencies on CST_COST_GROUP_ASSIGNMENTS

Line 127: cst_cost_group_assignments ccga,

123: FROM
124: mtl_material_transactions mmt,
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

Line 193: cst_cost_group_assignments ccga,

189: mmt.trx_source_line_id "TRX_SOURCE_LINE_ID"
190: FROM
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

Line 223: cst_cost_group_assignments ccga,

219: NULL "TRX_SOURCE_LINE_ID"
220: FROM
221: wip_transactions wt,
222: cst_cost_groups ccg,
223: cst_cost_group_assignments ccga,
224: cst_pac_periods cpp -- Bug 4968702
225: WHERE
226: wt.organization_id = ccga.organization_id AND
227: ccga.cost_group_id = ccg.cost_group_id AND