DBA Data[Home] [Help]

APPS.OKL_JTOT_CONTACT_EXTRACT_PUB_W dependencies on OKL_JTOT_CONTACT_EXTRACT_PUB

Line 1: package body okl_jtot_contact_extract_pub_w as

1: package body okl_jtot_contact_extract_pub_w as
2: /* $Header: OKLUJCXB.pls 120.1 2005/09/30 21:05:01 cklee noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 22: procedure rosetta_table_copy_in_p1(t out nocopy okl_jtot_contact_extract_pub.party_tab_type, a0 JTF_VARCHAR2_TABLE_100

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p1(t out nocopy okl_jtot_contact_extract_pub.party_tab_type, a0 JTF_VARCHAR2_TABLE_100
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_VARCHAR2_TABLE_200
25: , a3 JTF_VARCHAR2_TABLE_300
26: , a4 JTF_VARCHAR2_TABLE_300

Line 51: procedure rosetta_table_copy_out_p1(t okl_jtot_contact_extract_pub.party_tab_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

47: end loop;
48: end if;
49: end if;
50: end rosetta_table_copy_in_p1;
51: procedure rosetta_table_copy_out_p1(t okl_jtot_contact_extract_pub.party_tab_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
52: , a1 out nocopy JTF_VARCHAR2_TABLE_100
53: , a2 out nocopy JTF_VARCHAR2_TABLE_200
54: , a3 out nocopy JTF_VARCHAR2_TABLE_300
55: , a4 out nocopy JTF_VARCHAR2_TABLE_300

Line 118: ddx_party_tab okl_jtot_contact_extract_pub.party_tab_type;

114: , p9_a5 out nocopy JTF_VARCHAR2_TABLE_100
115: )
116:
117: as
118: ddx_party_tab okl_jtot_contact_extract_pub.party_tab_type;
119: ddindx binary_integer; indx binary_integer;
120: begin
121:
122: -- copy data to the local IN or IN-OUT args, if any

Line 134: okl_jtot_contact_extract_pub.get_party(p_api_version,

130:
131:
132:
133: -- here's the delegated call to the old PL/SQL routine
134: okl_jtot_contact_extract_pub.get_party(p_api_version,
135: p_init_msg_list,
136: x_return_status,
137: x_msg_count,
138: x_msg_data,

Line 155: okl_jtot_contact_extract_pub_w.rosetta_table_copy_out_p1(ddx_party_tab, p9_a0

151:
152:
153:
154:
155: okl_jtot_contact_extract_pub_w.rosetta_table_copy_out_p1(ddx_party_tab, p9_a0
156: , p9_a1
157: , p9_a2
158: , p9_a3
159: , p9_a4

Line 164: end okl_jtot_contact_extract_pub_w;

160: , p9_a5
161: );
162: end;
163:
164: end okl_jtot_contact_extract_pub_w;