DBA Data[Home] [Help]

APPS.WMS_ASN_INTERFACE dependencies on INV_CR_ASN_DETAILS

Line 184: l_asn_details_rec inv_cr_asn_details.rcv_intf_rec_tp;

180: l_total_quantity_rti NUMBER;
181: l_num_recs_per_group NUMBER;
182:
183: -- For Asn Details Report
184: l_asn_details_rec inv_cr_asn_details.rcv_intf_rec_tp;
185:
186: /* Bug 2224521 */
187: l_valid_lot BOOLEAN := TRUE;
188:

Line 854: inv_cr_asn_details.create_asn_details_from_intf(

850: l_asn_details_rec.uom_code := l_rcv_txn_interface_rec.uom_code ;
851: l_asn_details_rec.header_interface_id := l_rcv_txn_interface_rec.header_interface_id;
852:
853:
854: inv_cr_asn_details.create_asn_details_from_intf(
855: l_asn_details_rec,
856: x_return_status,
857: x_msg_data
858: );