DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM dependencies on IC_LOTS_MST

Line 49: lot_id ic_lots_mst.lot_id%TYPE,

45: item_no ic_item_mst.item_no%TYPE,
46: item_desc ic_item_mst.item_desc1%TYPE,
47: whse_code ic_whse_mst.whse_code%TYPE,
48: whse_name ic_whse_mst.whse_name%TYPE,
49: lot_id ic_lots_mst.lot_id%TYPE,
50: lot_no ic_lots_mst.lot_no%TYPE,
51: lot_desc ic_lots_mst.lot_desc%TYPE,
52: sublot_no ic_lots_mst.sublot_no%TYPE,
53: order_qty1 oe_order_lines.ordered_quantity%TYPE,

Line 50: lot_no ic_lots_mst.lot_no%TYPE,

46: item_desc ic_item_mst.item_desc1%TYPE,
47: whse_code ic_whse_mst.whse_code%TYPE,
48: whse_name ic_whse_mst.whse_name%TYPE,
49: lot_id ic_lots_mst.lot_id%TYPE,
50: lot_no ic_lots_mst.lot_no%TYPE,
51: lot_desc ic_lots_mst.lot_desc%TYPE,
52: sublot_no ic_lots_mst.sublot_no%TYPE,
53: order_qty1 oe_order_lines.ordered_quantity%TYPE,
54: order_qty2 oe_order_lines.ordered_quantity2%TYPE,

Line 51: lot_desc ic_lots_mst.lot_desc%TYPE,

47: whse_code ic_whse_mst.whse_code%TYPE,
48: whse_name ic_whse_mst.whse_name%TYPE,
49: lot_id ic_lots_mst.lot_id%TYPE,
50: lot_no ic_lots_mst.lot_no%TYPE,
51: lot_desc ic_lots_mst.lot_desc%TYPE,
52: sublot_no ic_lots_mst.sublot_no%TYPE,
53: order_qty1 oe_order_lines.ordered_quantity%TYPE,
54: order_qty2 oe_order_lines.ordered_quantity2%TYPE,
55: order_um1 oe_order_lines.order_quantity_uom%TYPE,

Line 52: sublot_no ic_lots_mst.sublot_no%TYPE,

48: whse_name ic_whse_mst.whse_name%TYPE,
49: lot_id ic_lots_mst.lot_id%TYPE,
50: lot_no ic_lots_mst.lot_no%TYPE,
51: lot_desc ic_lots_mst.lot_desc%TYPE,
52: sublot_no ic_lots_mst.sublot_no%TYPE,
53: order_qty1 oe_order_lines.ordered_quantity%TYPE,
54: order_qty2 oe_order_lines.ordered_quantity2%TYPE,
55: order_um1 oe_order_lines.order_quantity_uom%TYPE,
56: order_um2 oe_order_lines.ordered_quantity_UOM2%TYPE,

Line 99: lot_id ic_lots_mst.lot_id%TYPE,

95: cust_id hz_cust_accounts.cust_account_id%TYPE,
96: bol_id op_bill_lad.bol_id%TYPE,
97: item_id ic_item_mst.item_id%TYPE,
98: whse_code ic_whse_mst.whse_code%TYPE,
99: lot_id ic_lots_mst.lot_id%TYPE,
100: shipment_no wsh_new_deliveries.name%TYPE,
101: org_id oe_order_headers_all.org_id%TYPE
102: );
103: