DBA Data[Home] [Help]

APPS.BOM_DEFAULT_BOM_COMPONENT dependencies on BOM_GTIN_RULES

Line 245: l_component_quantity := Bom_GTIN_Rules.Get_Suggested_Quantity(

241: WHERE BOM_STRUCT.STRUCTURE_TYPE_ID = STRUCT_TYPE.STRUCTURE_TYPE_ID
242: AND BOM_STRUCT.BILL_SEQUENCE_ID = g_Rev_Comp_Unexp_Rec.BILL_SEQUENCE_ID;
243:
244: IF (l_Structure_Type_Name ='Packaging Hierarchy') THEN
245: l_component_quantity := Bom_GTIN_Rules.Get_Suggested_Quantity(
246: p_organization_id => l_Organization_Id,
247: p_assembly_item_id => l_Assembly_Item_Id,
248: p_component_item_id => g_Rev_Comp_Unexp_Rec.Component_Item_Id);
249: ELSE