DBA Data[Home] [Help]

APPS.MRP_FLOW_SCHEDULE_UTIL dependencies on STANDARD

Line 46: -- Commenting for pl-sql coding standards and instead check if p_attr_id is null

42:
43: -- If attr_id is missing compare old and new records and for
44: -- every changed attribute clear its dependent fields.
45:
46: -- Commenting for pl-sql coding standards and instead check if p_attr_id is null
47: -- IF p_attr_id = FND_API.G_MISS_NUM THEN
48: IF p_attr_id IS NULL THEN
49:
50: IF NOT MRP_GLOBALS.Equal(p_flow_schedule_rec.alternate_bom_designator,p_old_flow_schedule_rec.alternate_bom_designator)