DBA Data[Home] [Help]

APPS.OKL_CSH_ORDER_SEQ_PUB_W dependencies on OKL_CSH_ORDER_SEQ_PUB

Line 1: package body okl_csh_order_seq_pub_w as

1: package body okl_csh_order_seq_pub_w as
2: /* $Header: OKLUSATB.pls 120.1 2005/07/08 10:33:56 dkagrawa 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 54: ddp_okl_csh_order_rec okl_csh_order_seq_pub.okl_csh_order_rec_type;

50: , p5_a11 NUMBER := 0-1962.0724
51: )
52:
53: as
54: ddp_okl_csh_order_rec okl_csh_order_seq_pub.okl_csh_order_rec_type;
55: ddx_okl_csh_order_rec okl_csh_order_seq_pub.okl_csh_order_rec_type;
56: ddindx binary_integer; indx binary_integer;
57: begin
58:

Line 55: ddx_okl_csh_order_rec okl_csh_order_seq_pub.okl_csh_order_rec_type;

51: )
52:
53: as
54: ddp_okl_csh_order_rec okl_csh_order_seq_pub.okl_csh_order_rec_type;
55: ddx_okl_csh_order_rec okl_csh_order_seq_pub.okl_csh_order_rec_type;
56: ddindx binary_integer; indx binary_integer;
57: begin
58:
59: -- copy data to the local IN or IN-OUT args, if any

Line 80: okl_csh_order_seq_pub.update_order_sequence(p_api_version,

76: ddp_okl_csh_order_rec.last_update_login := rosetta_g_miss_num_map(p5_a11);
77:
78:
79: -- here's the delegated call to the old PL/SQL routine
80: okl_csh_order_seq_pub.update_order_sequence(p_api_version,
81: p_init_msg_list,
82: x_return_status,
83: x_msg_count,
84: x_msg_data,

Line 141: ddp_okl_csh_order_tbl okl_csh_order_seq_pub.okl_csh_order_tbl_type;

137: , p6_a11 out nocopy JTF_NUMBER_TABLE
138: )
139:
140: as
141: ddp_okl_csh_order_tbl okl_csh_order_seq_pub.okl_csh_order_tbl_type;
142: ddx_okl_csh_order_tbl okl_csh_order_seq_pub.okl_csh_order_tbl_type;
143: ddindx binary_integer; indx binary_integer;
144: begin
145:

Line 142: ddx_okl_csh_order_tbl okl_csh_order_seq_pub.okl_csh_order_tbl_type;

138: )
139:
140: as
141: ddp_okl_csh_order_tbl okl_csh_order_seq_pub.okl_csh_order_tbl_type;
142: ddx_okl_csh_order_tbl okl_csh_order_seq_pub.okl_csh_order_tbl_type;
143: ddindx binary_integer; indx binary_integer;
144: begin
145:
146: -- copy data to the local IN or IN-OUT args, if any

Line 168: okl_csh_order_seq_pub.update_order_sequence(p_api_version,

164: );
165:
166:
167: -- here's the delegated call to the old PL/SQL routine
168: okl_csh_order_seq_pub.update_order_sequence(p_api_version,
169: p_init_msg_list,
170: x_return_status,
171: x_msg_count,
172: x_msg_data,

Line 198: end okl_csh_order_seq_pub_w;

194: , p6_a11
195: );
196: end;
197:
198: end okl_csh_order_seq_pub_w;