DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM dependencies on OP_ORDR_HDR

Line 35: orgn_code op_ordr_hdr.orgn_code%TYPE,

31: (gmd_coa_id BINARY_INTEGER,
32: order_id oe_order_headers.header_id%TYPE,
33: line_id oe_order_lines.line_id%TYPE,
34: delivery_detail_id wsh_delivery_details.delivery_detail_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,

Line 90: (order_id op_ordr_hdr.order_id%TYPE,

86: text qc_text_tbl.text%TYPE
87: );
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,

Line 91: orgn_code op_ordr_hdr.orgn_code%TYPE,

87: );
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,