DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on BOM_CTO_ORDER_LINES

Line 217: inventory_item_id bom_cto_order_lines.inventory_item_id%type,

213:
214:
215:
216: Type buy_components_rec is record (
217: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
218: line_id bom_cto_order_lines.line_id%type,
219: ato_line_id bom_cto_order_lines.ato_line_id%type,
220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,

Line 218: line_id bom_cto_order_lines.line_id%type,

214:
215:
216: Type buy_components_rec is record (
217: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
218: line_id bom_cto_order_lines.line_id%type,
219: ato_line_id bom_cto_order_lines.ato_line_id%type,
220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,
222: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,

Line 219: ato_line_id bom_cto_order_lines.ato_line_id%type,

215:
216: Type buy_components_rec is record (
217: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
218: line_id bom_cto_order_lines.line_id%type,
219: ato_line_id bom_cto_order_lines.ato_line_id%type,
220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,
222: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,
223: wip_supply_type bom_cto_order_lines.wip_supply_type%type,

Line 220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,

216: Type buy_components_rec is record (
217: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
218: line_id bom_cto_order_lines.line_id%type,
219: ato_line_id bom_cto_order_lines.ato_line_id%type,
220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,
222: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,
223: wip_supply_type bom_cto_order_lines.wip_supply_type%type,
224: bom_item_type bom_cto_order_lines.bom_item_type%type,

Line 221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,

217: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
218: line_id bom_cto_order_lines.line_id%type,
219: ato_line_id bom_cto_order_lines.ato_line_id%type,
220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,
222: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,
223: wip_supply_type bom_cto_order_lines.wip_supply_type%type,
224: bom_item_type bom_cto_order_lines.bom_item_type%type,
225: primary_uom_code mtl_system_items.primary_uom_code%type,

Line 222: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,

218: line_id bom_cto_order_lines.line_id%type,
219: ato_line_id bom_cto_order_lines.ato_line_id%type,
220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,
222: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,
223: wip_supply_type bom_cto_order_lines.wip_supply_type%type,
224: bom_item_type bom_cto_order_lines.bom_item_type%type,
225: primary_uom_code mtl_system_items.primary_uom_code%type,
226: list_price_per_unit mtl_system_items.list_price_per_unit%type,

Line 223: wip_supply_type bom_cto_order_lines.wip_supply_type%type,

219: ato_line_id bom_cto_order_lines.ato_line_id%type,
220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,
222: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,
223: wip_supply_type bom_cto_order_lines.wip_supply_type%type,
224: bom_item_type bom_cto_order_lines.bom_item_type%type,
225: primary_uom_code mtl_system_items.primary_uom_code%type,
226: list_price_per_unit mtl_system_items.list_price_per_unit%type,
227: config_item_id bom_cto_order_lines.config_item_id%type,

Line 224: bom_item_type bom_cto_order_lines.bom_item_type%type,

220: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
221: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,
222: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,
223: wip_supply_type bom_cto_order_lines.wip_supply_type%type,
224: bom_item_type bom_cto_order_lines.bom_item_type%type,
225: primary_uom_code mtl_system_items.primary_uom_code%type,
226: list_price_per_unit mtl_system_items.list_price_per_unit%type,
227: config_item_id bom_cto_order_lines.config_item_id%type,
228: qty_per Number,

Line 227: config_item_id bom_cto_order_lines.config_item_id%type,

223: wip_supply_type bom_cto_order_lines.wip_supply_type%type,
224: bom_item_type bom_cto_order_lines.bom_item_type%type,
225: primary_uom_code mtl_system_items.primary_uom_code%type,
226: list_price_per_unit mtl_system_items.list_price_per_unit%type,
227: config_item_id bom_cto_order_lines.config_item_id%type,
228: qty_per Number,
229: model_line Varchar2(1));
230:
231: Type buy_components_tbl is table of buy_components_rec index by binary_integer;