DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_TYPE_V2PUB_JW SQL Statements

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

Line: 92

  procedure update_relationship_type_2(p_init_msg_list  VARCHAR2
    , p_object_version_number in out nocopy  NUMBER
    , x_return_status out nocopy  VARCHAR2
    , x_msg_count out nocopy  NUMBER
    , x_msg_data out nocopy  VARCHAR2
    , p1_a0  NUMBER := null
    , p1_a1  VARCHAR2 := null
    , p1_a2  VARCHAR2 := null
    , p1_a3  VARCHAR2 := null
    , p1_a4  VARCHAR2 := null
    , p1_a5  VARCHAR2 := null
    , p1_a6  VARCHAR2 := null
    , p1_a7  VARCHAR2 := null
    , p1_a8  VARCHAR2 := null
    , p1_a9  VARCHAR2 := null
    , p1_a10  VARCHAR2 := null
    , p1_a11  VARCHAR2 := null
    , p1_a12  VARCHAR2 := null
    , p1_a13  NUMBER := null
    , p1_a14  VARCHAR2 := null
    , p1_a15  VARCHAR2 := null
    , p1_a16  VARCHAR2 := null
    , p1_a17  VARCHAR2 := null
  )
  as
    ddp_relationship_type_rec hz_relationship_type_v2pub.relationship_type_rec_type;
Line: 147

    hz_relationship_type_v2pub.update_relationship_type(p_init_msg_list,
      ddp_relationship_type_rec,
      p_object_version_number,
      x_return_status,
      x_msg_count,
      x_msg_data);