DBA Data[Home] [Help]

APPS.CTO_RESERVE_CONFIG dependencies on MTL_ITEM_REVISIONS

Line 53: f_bom_revision mtl_item_revisions.revision%TYPE

49: f_supply_header_id number,
50: f_ship_date oe_order_lines.schedule_ship_date%TYPE,
51: f_source_document_type_id oe_order_headers.source_document_type_id%TYPE default NULL,
52: -- bugfix 1799874: added f_source_document_type_id
53: f_bom_revision mtl_item_revisions.revision%TYPE
54: -- 2620282 : Add new column to store bom revision
55: );
56:
57: