DBA Data[Home] [Help]

APPS.JTF_PHYSICALMAP_GRP_W dependencies on JTF_VARCHAR2_TABLE_100

Line 22: procedure rosetta_table_copy_in_p0(t out jtf_physicalmap_grp.language_code_tbl_type, a0 JTF_VARCHAR2_TABLE_100) as

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p0(t out jtf_physicalmap_grp.language_code_tbl_type, a0 JTF_VARCHAR2_TABLE_100) 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 jtf_physicalmap_grp.language_code_tbl_type, a0 out JTF_VARCHAR2_TABLE_100) 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 jtf_physicalmap_grp.language_code_tbl_type, a0 out JTF_VARCHAR2_TABLE_100) 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_100();

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

Line 54: a0 := JTF_VARCHAR2_TABLE_100();

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

Line 211: , p_language_code_tbl JTF_VARCHAR2_TABLE_100

207: , x_msg_count out NUMBER
208: , x_msg_data out VARCHAR2
209: , p_attachment_id NUMBER
210: , p_msite_id NUMBER
211: , p_language_code_tbl JTF_VARCHAR2_TABLE_100
212: )
213: as
214: ddp_language_code_tbl jtf_physicalmap_grp.language_code_tbl_type;
215: ddindx binary_integer; indx binary_integer;

Line 260: , p_language_code_tbl JTF_VARCHAR2_TABLE_100

256: , x_msg_data out VARCHAR2
257: , p_attachment_id NUMBER
258: , p7_a0 JTF_NUMBER_TABLE
259: , p7_a1 JTF_NUMBER_TABLE
260: , p_language_code_tbl JTF_VARCHAR2_TABLE_100
261: )
262: as
263: ddp_msite_lang_tbl jtf_physicalmap_grp.msite_lang_tbl_type;
264: ddp_language_code_tbl jtf_physicalmap_grp.language_code_tbl_type;