DBA Data[Home] [Help]

APPS.CSTPALBR dependencies on CST_COST_GROUPS

Line 125: cst_cost_groups ccg,

121: 'INV' "TRANSACTION_TYPE_FLAG", -- Bug 4968702
122: mmt.trx_source_line_id "TRX_SOURCE_LINE_ID"
123: FROM
124: mtl_material_transactions mmt,
125: cst_cost_groups ccg,
126: cst_cost_group_assignments ccga,
127: cst_pac_periods cpp,
128: mtl_transaction_types mtt /* Removed the access to view to directly access the base tables Bug 4968702 */
129:

Line 204: cst_cost_groups ccg,

200: 'WIP' "TRANSACTION_TYPE_FLAG", -- Bug 4968702
201: NULL "TRX_SOURCE_LINE_ID"
202: FROM
203: wip_transactions wt,
204: cst_cost_groups ccg,
205: cst_cost_group_assignments ccga,
206: cst_pac_periods cpp -- Bug 4968702
207: WHERE
208: wt.organization_id = ccga.organization_id AND