DBA Data[Home] [Help]

APPS.AMV_CHANNEL_PVT_W dependencies on JTF_VARCHAR2_TABLE_4000

Line 22: procedure rosetta_table_copy_in_p0(t out nocopy amv_channel_pvt.amv_char_varray_type, a0 JTF_VARCHAR2_TABLE_4000) as

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p0(t out nocopy amv_channel_pvt.amv_char_varray_type, a0 JTF_VARCHAR2_TABLE_4000) as
23: ddindx binary_integer; indx binary_integer;
24: begin
25: if a0 is null then
26: t := null;

Line 46: procedure rosetta_table_copy_out_p0(t amv_channel_pvt.amv_char_varray_type, a0 out nocopy JTF_VARCHAR2_TABLE_4000) as

42: end loop;
43: end if;
44: end if;
45: end rosetta_table_copy_in_p0;
46: procedure rosetta_table_copy_out_p0(t amv_channel_pvt.amv_char_varray_type, a0 out nocopy JTF_VARCHAR2_TABLE_4000) as
47: ddindx binary_integer; indx binary_integer;
48: begin
49: if t is null then
50: a0 := null;

Line 52: a0 := JTF_VARCHAR2_TABLE_4000();

48: begin
49: if t is null then
50: a0 := null;
51: elsif t.count = 0 then
52: a0 := JTF_VARCHAR2_TABLE_4000();
53: else
54: a0 := JTF_VARCHAR2_TABLE_4000();
55: if t.count > 0 then
56: a0.extend(t.count);

Line 54: a0 := JTF_VARCHAR2_TABLE_4000();

50: a0 := null;
51: elsif t.count = 0 then
52: a0 := JTF_VARCHAR2_TABLE_4000();
53: else
54: a0 := JTF_VARCHAR2_TABLE_4000();
55: if t.count > 0 then
56: a0.extend(t.count);
57: ddindx := t.first;
58: indx := 1;

Line 1715: , p_item_type_array JTF_VARCHAR2_TABLE_4000

1711: , p_check_login_user VARCHAR2
1712: , p_channel_id NUMBER
1713: , p_channel_name VARCHAR2
1714: , p_category_id NUMBER
1715: , p_item_type_array JTF_VARCHAR2_TABLE_4000
1716: )
1717:
1718: as
1719: ddp_item_type_array amv_channel_pvt.amv_char_varray_type;

Line 1775: , x_item_type_array out nocopy JTF_VARCHAR2_TABLE_4000

1771: , p_check_login_user VARCHAR2
1772: , p_channel_id NUMBER
1773: , p_channel_name VARCHAR2
1774: , p_category_id NUMBER
1775: , x_item_type_array out nocopy JTF_VARCHAR2_TABLE_4000
1776: )
1777:
1778: as
1779: ddx_item_type_array amv_channel_pvt.amv_char_varray_type;

Line 1833: , p_keywords_array JTF_VARCHAR2_TABLE_4000

1829: , p_check_login_user VARCHAR2
1830: , p_channel_id NUMBER
1831: , p_channel_name VARCHAR2
1832: , p_category_id NUMBER
1833: , p_keywords_array JTF_VARCHAR2_TABLE_4000
1834: )
1835:
1836: as
1837: ddp_keywords_array amv_channel_pvt.amv_char_varray_type;

Line 1893: , x_keywords_array out nocopy JTF_VARCHAR2_TABLE_4000

1889: , p_check_login_user VARCHAR2
1890: , p_channel_id NUMBER
1891: , p_channel_name VARCHAR2
1892: , p_category_id NUMBER
1893: , x_keywords_array out nocopy JTF_VARCHAR2_TABLE_4000
1894: )
1895:
1896: as
1897: ddx_keywords_array amv_channel_pvt.amv_char_varray_type;

Line 1951: , p_authors_array JTF_VARCHAR2_TABLE_4000

1947: , p_check_login_user VARCHAR2
1948: , p_channel_id NUMBER
1949: , p_channel_name VARCHAR2
1950: , p_category_id NUMBER
1951: , p_authors_array JTF_VARCHAR2_TABLE_4000
1952: )
1953:
1954: as
1955: ddp_authors_array amv_channel_pvt.amv_char_varray_type;

Line 2011: , x_authors_array out nocopy JTF_VARCHAR2_TABLE_4000

2007: , p_check_login_user VARCHAR2
2008: , p_channel_id NUMBER
2009: , p_channel_name VARCHAR2
2010: , p_category_id NUMBER
2011: , x_authors_array out nocopy JTF_VARCHAR2_TABLE_4000
2012: )
2013:
2014: as
2015: ddx_authors_array amv_channel_pvt.amv_char_varray_type;