DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on OE_ORDER_HEADERS_ALL

Line 84: (order_id oe_order_headers_all.header_id%TYPE,

80: coa_sort_order NUMBER
81: );
82:
83: TYPE t_coa_parameters IS RECORD
84: (order_id oe_order_headers_all.header_id%TYPE,
85: --orgn_code sy_orgn_mst.orgn_code%TYPE, --INVCONV
86: organization_id mtl_parameters.organization_id%TYPE, --INVCONV
87: cust_id hz_cust_accounts.cust_account_id%TYPE,
88: delivery_id wsh_new_deliveries.delivery_id%TYPE,

Line 98: org_id oe_order_headers_all.org_id%TYPE,

94: locator_id NUMBER, --INVCONV
95: --lot_id ic_lots_mst.lot_id%TYPE, --INVCONV
96: --lot_no ic_lots_mst.lot_no%TYPE, --INVCONV
97: lot_number mtl_lot_numbers.lot_number%TYPE, --INVCONV
98: org_id oe_order_headers_all.org_id%TYPE,
99: sampling_event_id gmd_sampling_events.sampling_event_id%TYPE,
100: spec_id gmd_specifications_b.spec_id%TYPE,
101: ship_to_site_id hz_cust_site_uses_all.site_use_id%TYPE -- Bug# 5399406
102: );