DBA Data[Home] [Help]

APPS.CST_MGD_LIFO_COST_PROCESSOR dependencies on CST_LE_COST_TYPES

Line 946: , cst_le_cost_types clt

942: , msi.primary_uom_code
943: , (pic.item_cost * pic.total_layer_quantity)
944: FROM
945: cst_cost_groups cg
946: , cst_le_cost_types clt
947: , cst_pac_periods pp
948: , cst_pac_item_costs pic
949: , cst_pac_quantity_layers pql
950: , mtl_system_items msi

Line 1005: , cst_le_cost_types clt

1001: , msi.primary_uom_code
1002: , (pic.market_value * pic.total_layer_quantity)
1003: FROM
1004: cst_cost_groups cg
1005: , cst_le_cost_types clt
1006: , cst_pac_periods pp
1007: , cst_pac_item_costs pic
1008: , cst_pac_quantity_layers pql
1009: , mtl_system_items msi

Line 1193: , cst_le_cost_types clt

1189: , msi.primary_uom_code
1190: , (pic.item_cost * pic.total_layer_quantity)
1191: FROM
1192: cst_cost_groups cg
1193: , cst_le_cost_types clt
1194: , cst_pac_periods pp
1195: , cst_pac_item_costs pic
1196: , cst_pac_quantity_layers pql
1197: , mtl_system_items msi

Line 1249: , cst_le_cost_types clt

1245: , msi.primary_uom_code
1246: , (pic.market_value * pic.total_layer_quantity)
1247: FROM
1248: cst_cost_groups cg
1249: , cst_le_cost_types clt
1250: , cst_pac_periods pp
1251: , cst_pac_item_costs pic
1252: , cst_pac_quantity_layers pql
1253: , mtl_system_items msi

Line 1319: , cst_le_cost_types clt

1315: , msi.primary_uom_code
1316: , (pic.item_cost * pic.total_layer_quantity)
1317: FROM
1318: cst_cost_groups cg
1319: , cst_le_cost_types clt
1320: , cst_pac_periods pp
1321: , cst_pac_item_costs pic
1322: , cst_pac_quantity_layers pql
1323: , mtl_system_items msi

Line 1380: , cst_le_cost_types clt

1376: , msi.primary_uom_code
1377: , (pic.market_value * pic.total_layer_quantity)
1378: FROM
1379: cst_cost_groups cg
1380: , cst_le_cost_types clt
1381: , cst_pac_periods pp
1382: , cst_pac_item_costs pic
1383: , cst_pac_quantity_layers pql
1384: , mtl_system_items msi

Line 1738: cst_le_cost_types clct

1734: IF l_cost_group IS NULL THEN -- First record fetched
1735: SELECT clct.primary_cost_method
1736: INTO l_primary_cost_method
1737: FROM cst_cost_types cct,
1738: cst_le_cost_types clct
1739: WHERE cct.cost_type_id = clct.cost_type_id
1740: AND clct.legal_entity =
1741: (SELECT DISTINCT ccg.legal_entity
1742: FROM cst_cost_groups ccg,

Line 1882: cst_le_cost_types clct

1878: ELSE
1879: SELECT clct.primary_cost_method
1880: INTO l_primary_cost_method
1881: FROM cst_cost_types cct,
1882: cst_le_cost_types clct
1883: WHERE cct.cost_type_id = clct.cost_type_id
1884: AND clct.legal_entity =
1885: (SELECT DISTINCT ccg.legal_entity
1886: FROM cst_cost_groups ccg,