DBA Data[Home] [Help]

APPS.QPR_SR_UTIL dependencies on STANDARD

Line 89: C_STANDARD constant number := 4;

85: /* BOM ITEM TYPE */
86: C_MODEL constant number := 1;
87: C_OPTION_CLASS constant number := 2;
88: C_PLANNING constant number := 3;
89: C_STANDARD constant number := 4;
90: C_PRODUCT_FAMILY constant number := 5;
91:
92:
93: -- Public Functions

Line 489: --** standard conversion, which is defined for all items, is used.

485: --**
486: --** 1. The conversion always starts from the conversion defined, if exists,
487: --** for an specified item.
488: --** 2. If the conversion id not defined for that specific item, then the
489: --** standard conversion, which is defined for all items, is used.
490:
491: IF g_ref_uom = p_uom_code AND g_ref_item_id = p_item_id
492: AND nvl(g_master_uom,'*') = nvl(p_master_uom,'*')
493: THEN

Line 637: --** standard conversion, which is defined for all items, is used.

633: --**
634: --** 1. The conversion always starts from the conversion defined, if exists,
635: --** for an specified item.
636: --** 2. If the conversion id not defined for that specific item, then the
637: --** standard conversion, which is defined for all items, is used.
638:
639: IF g_ods_from_uom = p_from_uom_code AND g_ods_ref_item_id = p_item_id
640: and g_ods_to_uom = p_to_uom_code and g_ods_uom_inst_id = p_instance_id
641: THEN