DBA Data[Home] [Help]

APPS.OKL_BPD_CAP_PURPOSE_PUB_W dependencies on OKL_BPD_CAP_PURPOSE_PUB

Line 1: package body okl_bpd_cap_purpose_pub_w as

1: package body okl_bpd_cap_purpose_pub_w as
2: /* $Header: OKLUCPUB.pls 120.2 2005/10/30 04:02:53 appldev 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 42: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;

38: , p6_a5 out nocopy JTF_NUMBER_TABLE
39: )
40:
41: as
42: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
43: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
44: ddindx binary_integer; indx binary_integer;
45: begin
46:

Line 43: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;

39: )
40:
41: as
42: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
43: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
44: ddindx binary_integer; indx binary_integer;
45: begin
46:
47: -- copy data to the local IN or IN-OUT args, if any

Line 63: okl_bpd_cap_purpose_pub.create_purpose(p_api_version,

59: );
60:
61:
62: -- here's the delegated call to the old PL/SQL routine
63: okl_bpd_cap_purpose_pub.create_purpose(p_api_version,
64: p_init_msg_list,
65: x_return_status,
66: x_msg_count,
67: x_msg_data,

Line 107: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;

103: , p6_a5 out nocopy JTF_NUMBER_TABLE
104: )
105:
106: as
107: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
108: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
109: ddindx binary_integer; indx binary_integer;
110: begin
111:

Line 108: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;

104: )
105:
106: as
107: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
108: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
109: ddindx binary_integer; indx binary_integer;
110: begin
111:
112: -- copy data to the local IN or IN-OUT args, if any

Line 128: okl_bpd_cap_purpose_pub.update_purpose(p_api_version,

124: );
125:
126:
127: -- here's the delegated call to the old PL/SQL routine
128: okl_bpd_cap_purpose_pub.update_purpose(p_api_version,
129: p_init_msg_list,
130: x_return_status,
131: x_msg_count,
132: x_msg_data,

Line 172: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;

168: , p6_a5 out nocopy JTF_NUMBER_TABLE
169: )
170:
171: as
172: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
173: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
174: ddindx binary_integer; indx binary_integer;
175: begin
176:

Line 173: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;

169: )
170:
171: as
172: ddp_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
173: ddx_strm_tbl okl_bpd_cap_purpose_pub.okl_cash_dtls_tbl_type;
174: ddindx binary_integer; indx binary_integer;
175: begin
176:
177: -- copy data to the local IN or IN-OUT args, if any

Line 193: okl_bpd_cap_purpose_pub.delete_purpose(p_api_version,

189: );
190:
191:
192: -- here's the delegated call to the old PL/SQL routine
193: okl_bpd_cap_purpose_pub.delete_purpose(p_api_version,
194: p_init_msg_list,
195: x_return_status,
196: x_msg_count,
197: x_msg_data,

Line 217: end okl_bpd_cap_purpose_pub_w;

213: , p6_a5
214: );
215: end;
216:
217: end okl_bpd_cap_purpose_pub_w;