DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on MTL_UOM_CLASSES

Line 505: TYPE uom_class_table_type IS TABLE OF mtl_uom_classes.uom_class%TYPE;

501: ( p_charge IN po_rcv_charges%ROWTYPE
502: , p_charge_allocation_table IN OUT NOCOPY PO_CHARGES_GRP.charge_allocation_table_type
503: ) IS
504: TYPE uom_table_type IS TABLE OF mtl_units_of_measure.unit_of_measure%TYPE;
505: TYPE uom_class_table_type IS TABLE OF mtl_uom_classes.uom_class%TYPE;
506:
507: -- tables of values
508: l_shipment_line_ids dbms_utility.number_array;
509: l_organization_ids dbms_utility.number_array;

Line 619: TYPE uom_class_table_type IS TABLE OF mtl_uom_classes.uom_class%TYPE;

615: ( p_charge IN po_rcv_charges%ROWTYPE
616: , p_charge_allocation_table IN OUT NOCOPY PO_CHARGES_GRP.charge_allocation_table_type
617: ) IS
618: TYPE uom_table_type IS TABLE OF mtl_units_of_measure.unit_of_measure%TYPE;
619: TYPE uom_class_table_type IS TABLE OF mtl_uom_classes.uom_class%TYPE;
620:
621: -- tables of values
622: l_shipment_line_ids dbms_utility.number_array;
623: l_organization_ids dbms_utility.number_array;