DBA Data[Home] [Help]

APPS.GMICUOM dependencies on STANDARD

Line 397: and standard factor for the current

393: CLOSE get_inventory_item_id;
394:
395: /* ===================================
396: Step One - determine the um_type
397: and standard factor for the current
398: unit of measure.
399: ===================================*/
400: OPEN get_uom_type(l_cur_uom_code, l_inventory_item_id);
401: FETCH get_uom_type INTO

Line 415: and standard factor for the new

411: CLOSE get_uom_type;
412:
413: /* ==================================
414: Step TWO - determine the um_type
415: and standard factor for the new
416: unit of measure.
417: ==================================*/
418: OPEN get_uom_type(l_new_uom_code, l_inventory_item_id);
419: FETCH get_uom_type INTO

Line 850: and standard factor for the current

846:
847:
848: /* ===================================
849: Step One - determine the um_type
850: and standard factor for the current
851: unit of measure.
852: ===================================*/
853: OPEN get_uom_type(l_cur_uom_code, l_inventory_item_id);
854: FETCH get_uom_type INTO

Line 866: and standard factor for the new

862: CLOSE get_uom_type;
863:
864: /* ==================================
865: Step TWO - determine the um_type
866: and standard factor for the new
867: unit of measure.
868: ==================================*/
869: OPEN get_uom_type(l_new_uom_code, l_inventory_item_id);
870: FETCH get_uom_type INTO