DBA Data[Home] [Help]

APPS.CSTPALBR dependencies on CST_PAC_PERIODS

Line 128: cst_pac_periods cpp,

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
132: /* Periodic Cost Updates have the item master organization_id as

Line 194: cst_pac_periods cpp,

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
198: mmt.organization_id = nvl(mmt.owning_organization_id, mmt.organization_id) AND

Line 224: cst_pac_periods cpp -- Bug 4968702

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
228: ccg.cost_group_id = i_cost_group_id AND