DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB_W SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 849

  procedure delete_cancel_order(p_api_version  NUMBER
    , p_init_msg_list  VARCHAR2
    , p_commit  VARCHAR2
    , p_validation_level  NUMBER
    , p_oe_header_id  NUMBER
    , p_oe_lines_tbl JTF_NUMBER_TABLE
    , p_cancel_flag  VARCHAR2
    , x_return_status out nocopy  VARCHAR2
    , x_msg_count out nocopy  NUMBER
    , x_msg_data out nocopy  VARCHAR2
  )

  as
    ddp_oe_lines_tbl ahl_osp_shipment_pub.ship_id_tbl_type;
Line: 879

    ahl_osp_shipment_pub.delete_cancel_order(p_api_version,
      p_init_msg_list,
      p_commit,
      p_validation_level,
      p_oe_header_id,
      ddp_oe_lines_tbl,
      p_cancel_flag,
      x_return_status,
      x_msg_count,
      x_msg_data);