DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on MTL_SYSTEM_ITEMS

Line 222: primary_uom_code mtl_system_items.primary_uom_code%type,

218: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,
219: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,
220: wip_supply_type bom_cto_order_lines.wip_supply_type%type,
221: bom_item_type bom_cto_order_lines.bom_item_type%type,
222: primary_uom_code mtl_system_items.primary_uom_code%type,
223: list_price_per_unit mtl_system_items.list_price_per_unit%type,
224: config_item_id bom_cto_order_lines.config_item_id%type,
225: qty_per Number,
226: model_line Varchar2(1));

Line 223: list_price_per_unit mtl_system_items.list_price_per_unit%type,

219: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,
220: wip_supply_type bom_cto_order_lines.wip_supply_type%type,
221: bom_item_type bom_cto_order_lines.bom_item_type%type,
222: primary_uom_code mtl_system_items.primary_uom_code%type,
223: list_price_per_unit mtl_system_items.list_price_per_unit%type,
224: config_item_id bom_cto_order_lines.config_item_id%type,
225: qty_per Number,
226: model_line Varchar2(1));
227: