DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on MTL_PARAMETERS

Line 17: organization_id mtl_parameters.organization_id%TYPE, --INVCONV

13: order_id oe_order_headers.header_id%TYPE,
14: line_id oe_order_lines.line_id%TYPE,
15: delivery_detail_id wsh_delivery_details.delivery_detail_id%TYPE,
16: --orgn_code op_ordr_hdr.orgn_code%TYPE, --INVCONV
17: organization_id mtl_parameters.organization_id%TYPE, --INVCONV
18: organization_code mtl_parameters.organization_code%TYPE, --INVCONV
19: order_no oe_order_headers.order_number%TYPE,
20: custpo_no oe_order_headers.cust_po_number%TYPE,
21: shipdate oe_order_lines.schedule_ship_date%TYPE,

Line 18: organization_code mtl_parameters.organization_code%TYPE, --INVCONV

14: line_id oe_order_lines.line_id%TYPE,
15: delivery_detail_id wsh_delivery_details.delivery_detail_id%TYPE,
16: --orgn_code op_ordr_hdr.orgn_code%TYPE, --INVCONV
17: organization_id mtl_parameters.organization_id%TYPE, --INVCONV
18: organization_code mtl_parameters.organization_code%TYPE, --INVCONV
19: order_no oe_order_headers.order_number%TYPE,
20: custpo_no oe_order_headers.cust_po_number%TYPE,
21: shipdate oe_order_lines.schedule_ship_date%TYPE,
22: cust_id hz_cust_accounts.cust_account_id%TYPE,

Line 86: organization_id mtl_parameters.organization_id%TYPE, --INVCONV

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,
89: inventory_item_id mtl_system_items_b_kfv.inventory_item_id%TYPE, --INVCONV
90: revision mtl_item_revisions.revision%TYPE, --Bug# 4662469