DBA Data[Home] [Help]

APPS.HZ_GEO_STRUCTURE_PUB_UIW_JW SQL Statements

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

Line: 235

  procedure update_zone_type(p_init_msg_list  VARCHAR2
    , p_included_geography_type JTF_VARCHAR2_TABLE_100
    , 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  VARCHAR2 := null
    , p1_a1  VARCHAR2 := null
    , p1_a2  VARCHAR2 := null
    , p1_a3  NUMBER := null
    , p1_a4  VARCHAR2 := null
    , p1_a5  VARCHAR2 := null
    , p1_a6  NUMBER := null
  )
  as
    ddp_zone_type_rec hz_geo_structure_pub_uiw.zone_type_rec_type;
Line: 272

    hz_geo_structure_pub_uiw.update_zone_type(p_init_msg_list,
      ddp_zone_type_rec,
      ddp_included_geography_type,
      p_object_version_number,
      x_return_status,
      x_msg_count,
      x_msg_data);