DBA Data[Home] [Help]

APPS.CSP_PARTS_REQUIREMENT_W SQL Statements

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

Line: 1700

  procedure delete_rqmt_line(p_api_version  NUMBER
    , p_init_msg_list  VARCHAR2
    , p_commit  VARCHAR2
    , p3_a0 in out nocopy JTF_NUMBER_TABLE
    , x_return_status out nocopy  VARCHAR2
    , x_msg_count out nocopy  NUMBER
    , x_msg_data out nocopy  VARCHAR2
  )

  as
    ddp_line_tbl csp_parts_requirement.rqmt_line_tbl_type;
Line: 1725

    csp_parts_requirement.delete_rqmt_line(p_api_version,
      p_init_msg_list,
      p_commit,
      ddp_line_tbl,
      x_return_status,
      x_msg_count,
      x_msg_data);