DBA Data[Home] [Help]

APPS.CST_INVENTORY_PVT dependencies on CST_ITEM_COSTS

Line 175: cst_item_costs CIC

171: MIC.category_id,
172: CIC.cost_type_id
173: FROM mtl_item_categories MIC,
174: mtl_system_items_kfv MSI,
175: cst_item_costs CIC
176: -- cst_item_costs CIC1,
177: -- cst_item_costs CIC2
178: WHERE MIC.category_set_id = p_category_set_id
179: AND MIC.organization_id = p_organization_id

Line 176: -- cst_item_costs CIC1,

172: CIC.cost_type_id
173: FROM mtl_item_categories MIC,
174: mtl_system_items_kfv MSI,
175: cst_item_costs CIC
176: -- cst_item_costs CIC1,
177: -- cst_item_costs CIC2
178: WHERE MIC.category_set_id = p_category_set_id
179: AND MIC.organization_id = p_organization_id
180: AND MSI.organization_id = p_organization_id

Line 177: -- cst_item_costs CIC2

173: FROM mtl_item_categories MIC,
174: mtl_system_items_kfv MSI,
175: cst_item_costs CIC
176: -- cst_item_costs CIC1,
177: -- cst_item_costs CIC2
178: WHERE MIC.category_set_id = p_category_set_id
179: AND MIC.organization_id = p_organization_id
180: AND MSI.organization_id = p_organization_id
181: AND MSI.inventory_item_id = MIC.inventory_item_id

Line 216: cst_item_costs CIC,

212: MIC.category_id,
213: CIC.cost_type_id
214: FROM mtl_item_categories MIC,
215: mtl_system_items_kfv MSI,
216: cst_item_costs CIC,
217: cst_item_costs CIC1,
218: cst_item_costs CIC2
219: WHERE MIC.category_set_id = p_category_set_id
220: AND MIC.organization_id = p_organization_id

Line 217: cst_item_costs CIC1,

213: CIC.cost_type_id
214: FROM mtl_item_categories MIC,
215: mtl_system_items_kfv MSI,
216: cst_item_costs CIC,
217: cst_item_costs CIC1,
218: cst_item_costs CIC2
219: WHERE MIC.category_set_id = p_category_set_id
220: AND MIC.organization_id = p_organization_id
221: AND MSI.organization_id = p_organization_id

Line 218: cst_item_costs CIC2

214: FROM mtl_item_categories MIC,
215: mtl_system_items_kfv MSI,
216: cst_item_costs CIC,
217: cst_item_costs CIC1,
218: cst_item_costs CIC2
219: WHERE MIC.category_set_id = p_category_set_id
220: AND MIC.organization_id = p_organization_id
221: AND MSI.organization_id = p_organization_id
222: AND MSI.inventory_item_id = MIC.inventory_item_id

Line 263: cst_item_costs CIC

259: CIC.cost_type_id
260: FROM mtl_item_categories MIC,
261: mtl_categories_kfv MC,
262: mtl_system_items_kfv MSI,
263: cst_item_costs CIC
264: -- cst_item_costs CIC1,
265: -- cst_item_costs CIC2
266: WHERE MC.concatenated_segments
267: BETWEEN NVL(p_category_from,MC.concatenated_segments)

Line 264: -- cst_item_costs CIC1,

260: FROM mtl_item_categories MIC,
261: mtl_categories_kfv MC,
262: mtl_system_items_kfv MSI,
263: cst_item_costs CIC
264: -- cst_item_costs CIC1,
265: -- cst_item_costs CIC2
266: WHERE MC.concatenated_segments
267: BETWEEN NVL(p_category_from,MC.concatenated_segments)
268: AND NVL(p_category_to,MC.concatenated_segments)

Line 265: -- cst_item_costs CIC2

261: mtl_categories_kfv MC,
262: mtl_system_items_kfv MSI,
263: cst_item_costs CIC
264: -- cst_item_costs CIC1,
265: -- cst_item_costs CIC2
266: WHERE MC.concatenated_segments
267: BETWEEN NVL(p_category_from,MC.concatenated_segments)
268: AND NVL(p_category_to,MC.concatenated_segments)
269: AND MC.structure_id = (SELECT structure_id FROM mtl_category_sets WHERE category_set_id = p_category_set_id)

Line 314: cst_item_costs CIC,

310: CIC.cost_type_id
311: FROM mtl_item_categories MIC,
312: mtl_categories_kfv MC,
313: mtl_system_items_kfv MSI,
314: cst_item_costs CIC,
315: cst_item_costs CIC1,
316: cst_item_costs CIC2
317: WHERE MC.concatenated_segments
318: BETWEEN NVL(p_category_from,MC.concatenated_segments)

Line 315: cst_item_costs CIC1,

311: FROM mtl_item_categories MIC,
312: mtl_categories_kfv MC,
313: mtl_system_items_kfv MSI,
314: cst_item_costs CIC,
315: cst_item_costs CIC1,
316: cst_item_costs CIC2
317: WHERE MC.concatenated_segments
318: BETWEEN NVL(p_category_from,MC.concatenated_segments)
319: AND NVL(p_category_to,MC.concatenated_segments)

Line 316: cst_item_costs CIC2

312: mtl_categories_kfv MC,
313: mtl_system_items_kfv MSI,
314: cst_item_costs CIC,
315: cst_item_costs CIC1,
316: cst_item_costs CIC2
317: WHERE MC.concatenated_segments
318: BETWEEN NVL(p_category_from,MC.concatenated_segments)
319: AND NVL(p_category_to,MC.concatenated_segments)
320: AND MC.structure_id = (SELECT structure_id FROM mtl_category_sets WHERE category_set_id = p_category_set_id)

Line 3672: FROM cst_item_costs CIC,

3668: SUM(NVL(CIC.material_overhead_cost,0)),
3669: SUM(NVL(CIC.resource_cost,0)),
3670: SUM(NVL(CIC.outside_processing_cost,0)),
3671: SUM(NVL(CIC.overhead_cost,0))
3672: FROM cst_item_costs CIC,
3673: mtl_parameters MP
3674: WHERE CIC.cost_type_id = 1
3675: AND MP.organization_id = p_organization_id
3676: AND CIC.organization_id = MP.cost_organization_id

Line 3801: cst_item_costs CIC

3797: NVL(CIC.resource_cost,0),
3798: NVL(CIC.outside_processing_cost,0),
3799: NVL(CIC.overhead_cost,0)
3800: FROM mtl_parameters MP,
3801: cst_item_costs CIC
3802: WHERE MP.organization_id = l_organization_id
3803: AND CIC.organization_id = MP.cost_organization_id
3804: AND CIC.inventory_item_id = l_inventory_item_id
3805: AND CIC.cost_type_id = l_cost_type_id;

Line 3892: cst_item_costs CIC,

3888: FROM cst_inv_qty_temp
3889: WHERE qty_source NOT IN (1,2,9,10)
3890: ) CIQT,
3891: cst_quantity_layers CQL,
3892: cst_item_costs CIC,
3893: mtl_parameters MP
3894: WHERE CIC.organization_id = CIQT.organization_id
3895: AND CIC.inventory_item_id = CIQT.inventory_item_id
3896: AND CIC.cost_type_id = CIQT.cost_type_id

Line 3988: cst_item_costs CIC

3984: NVL(CIC.resource_cost,0),
3985: NVL(CIC.outside_processing_cost,0),
3986: NVL(CIC.overhead_cost,0)
3987: FROM mtl_parameters MP,
3988: cst_item_costs CIC
3989: WHERE MP.organization_id = l_organization_id
3990: AND CIC.organization_id = MP.cost_organization_id
3991: AND CIC.inventory_item_id = l_inventory_item_id
3992: AND CIC.cost_type_id = l_cost_type_id;

Line 4014: cst_item_costs CIC

4010: --{BUG#7484428
4011: SELECT nvl(CIC.inventory_asset_flag,2)
4012: INTO l_exp_item_flag
4013: FROM mtl_parameters MP,
4014: cst_item_costs CIC
4015: WHERE MP.organization_id = l_organization_id
4016: AND CIC.organization_id = MP.cost_organization_id
4017: AND CIC.inventory_item_id = l_inventory_item_id
4018: AND CIC.cost_type_id = 1;

Line 4213: cst_item_costs CIC

4209: NVL(CIC.resource_cost,0),
4210: NVL(CIC.outside_processing_cost,0),
4211: NVL(CIC.overhead_cost,0)
4212: FROM mtl_parameters MP,
4213: cst_item_costs CIC
4214: WHERE MP.organization_id = l_organization_id
4215: AND CIC.organization_id = MP.cost_organization_id
4216: AND CIC.inventory_item_id = l_inventory_item_id
4217: AND CIC.cost_type_id = 1;

Line 4297: cst_item_costs CIC,

4293: cost_type_id
4294: FROM cst_inv_qty_temp
4295: WHERE qty_source NOT IN (1,2,9,10)
4296: ) CIQT,
4297: cst_item_costs CIC,
4298: mtl_parameters MP
4299: WHERE CIC.organization_id = CIQT.organization_id
4300: AND CIC.inventory_item_id = CIQT.inventory_item_id
4301: AND CIC.cost_type_id = CIQT.cost_type_id

Line 4340: cst_item_costs CIC

4336: 0,
4337: 0
4338: FROM cst_inv_qty_temp CIQT,
4339: mtl_parameters MP,
4340: cst_item_costs CIC
4341: WHERE MP.organization_id = CIQT.organization_id
4342: AND MP.primary_cost_method <> 1
4343: AND CIC.organization_id = CIQT.organization_id
4344: AND CIC.inventory_item_id = CIQT.inventory_item_id