DBA Data[Home] [Help]

APPS.OKL_ARINTF_PVT dependencies on MTL_SYSTEM_ITEMS

Line 92: ,uom_code mtl_system_items.primary_uom_code%TYPE

88: ,ware_house_id ra_interface_lines_all.warehouse_id%TYPE
89: ,kle_id NUMBER
90: ,ship_to NUMBER
91: ,l_inv_id NUMBER
92: ,uom_code mtl_system_items.primary_uom_code%TYPE
93: ,txn_id NUMBER
94: );
95:
96: type xfer_tbl_type is table of xfer_rec_type index by binary_integer;

Line 150: ,uom_code mtl_system_items.primary_uom_code%TYPE

146: ,ware_house_id ra_interface_lines_all.warehouse_id%TYPE
147: ,kle_id NUMBER
148: ,ship_to NUMBER
149: ,l_inv_id NUMBER
150: ,uom_code mtl_system_items.primary_uom_code%TYPE
151: ,txn_id NUMBER
152: --
153: -- R12 additional columns pass to AR interface
154: ,OKL_SOURCE_BILLING_TRX OKL_TRX_AR_INVOICES_V.OKL_SOURCE_BILLING_TRX%TYPE