DBA Data[Home] [Help]

APPS.FND_UPDATE_USER_PREF_PUB_W SQL Statements

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

Line: 26

  procedure rosetta_table_copy_out_p1(t fnd_update_user_pref_pub.preference_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100
    , a1 out nocopy JTF_VARCHAR2_TABLE_100
    , a2 out nocopy JTF_VARCHAR2_TABLE_100
    ) as
    ddindx binary_integer; indx binary_integer;
Line: 74

    ddp_option fnd_update_user_pref_pub.preference_tbl;
Line: 84

    fnd_update_user_pref_pub_w.rosetta_table_copy_in_p1(ddp_option, p5_a0
      , p5_a1
      , p5_a2
      );
Line: 93

    fnd_update_user_pref_pub.set_purpose_option(p_api_version,
      p_init_msg_list,
      p_commit,
      p_user_id,
      p_party_id,
      ddp_option,
      x_return_status,
      x_msg_count,
      x_msg_data);