DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM dependencies on HZ_CUST_ACCOUNTS

Line 39: cust_id hz_cust_accounts.cust_account_id%TYPE,

35: orgn_code op_ordr_hdr.orgn_code%TYPE,
36: order_no oe_order_headers.order_number%TYPE,
37: custpo_no oe_order_headers.cust_po_number%TYPE,
38: shipdate oe_order_lines.schedule_ship_date%TYPE,
39: cust_id hz_cust_accounts.cust_account_id%TYPE,
40: cust_no hz_cust_accounts.account_number%TYPE,
41: cust_name hz_parties.party_name%TYPE,
42: bol_id wsh_new_deliveries.delivery_id%TYPE,
43: bol_no wsh_new_deliveries.name%TYPE,

Line 40: cust_no hz_cust_accounts.account_number%TYPE,

36: order_no oe_order_headers.order_number%TYPE,
37: custpo_no oe_order_headers.cust_po_number%TYPE,
38: shipdate oe_order_lines.schedule_ship_date%TYPE,
39: cust_id hz_cust_accounts.cust_account_id%TYPE,
40: cust_no hz_cust_accounts.account_number%TYPE,
41: cust_name hz_parties.party_name%TYPE,
42: bol_id wsh_new_deliveries.delivery_id%TYPE,
43: bol_no wsh_new_deliveries.name%TYPE,
44: item_id ic_item_mst.item_id%TYPE,

Line 95: cust_id hz_cust_accounts.cust_account_id%TYPE,

91: orgn_code op_ordr_hdr.orgn_code%TYPE,
92: custpo_no op_ordr_dtl.custpo_no%TYPE,
93: from_shipdate op_ordr_dtl.sched_shipdate%TYPE,
94: to_shipdate op_ordr_dtl.sched_shipdate%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,