DBA Data[Home] [Help]

APPS.BOM_DEFAULT_BOM_COMPONENT dependencies on BOM_GTIN_RULES

Line 173: l_component_quantity := Bom_GTIN_Rules.Get_Suggested_Quantity(

169: WHERE BOM_STRUCT.STRUCTURE_TYPE_ID = STRUCT_TYPE.STRUCTURE_TYPE_ID
170: AND BOM_STRUCT.BILL_SEQUENCE_ID = g_Rev_Comp_Unexp_Rec.BILL_SEQUENCE_ID;
171:
172: IF (l_Structure_Type_Name ='Packaging Hierarchy') THEN
173: l_component_quantity := Bom_GTIN_Rules.Get_Suggested_Quantity(
174: p_organization_id => l_Organization_Id,
175: p_assembly_item_id => l_Assembly_Item_Id,
176: p_component_item_id => g_Rev_Comp_Unexp_Rec.Component_Item_Id);
177: ELSE