DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on OE_ORDER_LINES

Line 91: Line_id oe_order_lines.line_id%type ,

87:
88: /* Added by Sushant for Decimal-Qty Support for Option Items */
89: /* for order quantity changes for option items */
90: TYPE OPTION_CHG_DETAILS_TYPE IS RECORD(
91: Line_id oe_order_lines.line_id%type ,
92: Action varchar2(50),
93: Old_Qty number ,
94: New_Qty number ,
95: Inventory_Item_id mtl_system_items.inventory_item_id%type

Line 99: Line_id oe_order_lines.line_id%type

95: Inventory_Item_id mtl_system_items.inventory_item_id%type
96: );
97:
98: TYPE SPLIT_CHG_REC_TYPE IS RECORD(
99: Line_id oe_order_lines.line_id%type
100: );
101:
102:
103: /* Added by Sushant for Decimal-Qty Support for Option Items */