Operation Details
Description: This method reads the created by system indicator to know whether the milestone is created manually or automatically
Sterotype: ns
SQL
SELECT
  createdBySystem
INTO
  :createdBySystem 
FROM
  MilestoneDelivery 
WHERE milestoneDeliveryID = :milestoneDeliveryID