DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on BOM_CTO_ORDER_LINES

Line 214: inventory_item_id bom_cto_order_lines.inventory_item_id%type,

210:
211:
212:
213: Type buy_components_rec is record (
214: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
215: line_id bom_cto_order_lines.line_id%type,
216: ato_line_id bom_cto_order_lines.ato_line_id%type,
217: ordered_quantity bom_cto_order_lines.ordered_quantity%type,
218: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,

Line 215: line_id bom_cto_order_lines.line_id%type,

211:
212:
213: Type buy_components_rec is record (
214: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
215: line_id bom_cto_order_lines.line_id%type,
216: ato_line_id bom_cto_order_lines.ato_line_id%type,
217: ordered_quantity bom_cto_order_lines.ordered_quantity%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,

Line 216: ato_line_id bom_cto_order_lines.ato_line_id%type,

212:
213: Type buy_components_rec is record (
214: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
215: line_id bom_cto_order_lines.line_id%type,
216: ato_line_id bom_cto_order_lines.ato_line_id%type,
217: ordered_quantity bom_cto_order_lines.ordered_quantity%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,

Line 217: ordered_quantity bom_cto_order_lines.ordered_quantity%type,

213: Type buy_components_rec is record (
214: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
215: line_id bom_cto_order_lines.line_id%type,
216: ato_line_id bom_cto_order_lines.ato_line_id%type,
217: ordered_quantity bom_cto_order_lines.ordered_quantity%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,

Line 218: order_quantity_uom bom_cto_order_lines.order_quantity_uom%type,

214: inventory_item_id bom_cto_order_lines.inventory_item_id%type,
215: line_id bom_cto_order_lines.line_id%type,
216: ato_line_id bom_cto_order_lines.ato_line_id%type,
217: ordered_quantity bom_cto_order_lines.ordered_quantity%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,

Line 219: ship_from_org_id bom_cto_order_lines.ship_from_org_id%type,

215: line_id bom_cto_order_lines.line_id%type,
216: ato_line_id bom_cto_order_lines.ato_line_id%type,
217: ordered_quantity bom_cto_order_lines.ordered_quantity%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,

Line 220: wip_supply_type bom_cto_order_lines.wip_supply_type%type,

216: ato_line_id bom_cto_order_lines.ato_line_id%type,
217: ordered_quantity bom_cto_order_lines.ordered_quantity%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,

Line 221: bom_item_type bom_cto_order_lines.bom_item_type%type,

217: ordered_quantity bom_cto_order_lines.ordered_quantity%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,

Line 224: config_item_id bom_cto_order_lines.config_item_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:
228: Type buy_components_tbl is table of buy_components_rec index by binary_integer;