DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 391: -- Added mtl_default_category_sets mdc, mtl_category_sets mcs when loading lot costed items.

387: -- Avoid calls to UOM conversion routines when: (b) value of cost allocation profile in lot
388: -- costing is set to honor values from the batch
389: -- 1d changes (Bug13386258)
390: -- Record uncostable batch. Check if batch is uncostable first.
391: -- Added mtl_default_category_sets mdc, mtl_category_sets mcs when loading lot costed items.
392: -- 1d_v1 Changes (Bug13386258)
393: -- Modified Load_Lot_Costed_Items_gt() to split the insert to 3 inserts
394:
395: --**********************************************************************************************

Line 8941: mtl_default_category_sets mdc,

8937: i.organization_id, /*ANTHIYAG Bug#5279681 06-Jun-2006 */
8938: i.inventory_item_id, /*ANTHIYAG Bug#5279681 06-Jun-2006 */
8939: i.primary_uom_code
8940: FROM mtl_item_categories mic,
8941: mtl_default_category_sets mdc,
8942: mtl_category_sets mcs,
8943: gmf_lot_costed_items g,
8944: mtl_system_items_b i,
8945: gmf_process_organizations_gt gpo

Line 8991: mtl_default_category_sets mdc,

8987: mic.organization_id, /*ANTHIYAG Bug#5279681 06-Jun-2006 */
8988: mic.inventory_item_id, /*ANTHIYAG Bug#5279681 06-Jun-2006 */
8989: i.primary_uom_code
8990: FROM mtl_item_categories mic,
8991: mtl_default_category_sets mdc,
8992: mtl_category_sets mcs,
8993: gmf_lot_costed_items g,
8994: mtl_system_items_b i,
8995: gmf_process_organizations_gt gpo