DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM dependencies on OE_ORDER_HEADERS_ALL

Line 101: org_id oe_order_headers_all.org_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:
104: TYPE t_coa_header_tbl IS TABLE OF t_coa_hdr_rec INDEX BY BINARY_INTEGER;
105: