DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM dependencies on OP_ORDR_DTL

Line 92: custpo_no op_ordr_dtl.custpo_no%TYPE,

88:
89: TYPE t_coa_parameters IS RECORD
90: (order_id op_ordr_hdr.order_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,

Line 93: from_shipdate op_ordr_dtl.sched_shipdate%TYPE,

89: TYPE t_coa_parameters IS RECORD
90: (order_id op_ordr_hdr.order_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,

Line 94: to_shipdate op_ordr_dtl.sched_shipdate%TYPE,

90: (order_id op_ordr_hdr.order_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,