DBA Data[Home] [Help]

APPS.OKL_PERD_STATUS_PUB_W dependencies on OKL_PERD_STATUS_PUB

Line 1: package body okl_perd_status_pub_w as

1: package body okl_perd_status_pub_w as
2: /* $Header: OKLUPSMB.pls 120.1 2005/07/18 10:31:47 asawanka 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 82: ddp_period_rec okl_perd_status_pub.period_rec_type;

78: , p5_a25 VARCHAR2 := fnd_api.g_miss_char
79: )
80:
81: as
82: ddp_period_rec okl_perd_status_pub.period_rec_type;
83: ddx_period_tbl okl_perd_status_pub.period_tbl_type;
84: ddindx binary_integer; indx binary_integer;
85: begin
86:

Line 83: ddx_period_tbl okl_perd_status_pub.period_tbl_type;

79: )
80:
81: as
82: ddp_period_rec okl_perd_status_pub.period_rec_type;
83: ddx_period_tbl okl_perd_status_pub.period_tbl_type;
84: ddindx binary_integer; indx binary_integer;
85: begin
86:
87: -- copy data to the local IN or IN-OUT args, if any

Line 122: okl_perd_status_pub.search_period_status(p_api_version,

118: ddp_period_rec.elimination_confirmed_flag := p5_a25;
119:
120:
121: -- here's the delegated call to the old PL/SQL routine
122: okl_perd_status_pub.search_period_status(p_api_version,
123: p_init_msg_list,
124: x_return_status,
125: x_msg_count,
126: x_msg_data,

Line 200: ddp_period_tbl okl_perd_status_pub.period_tbl_type;

196: , p5_a25 JTF_VARCHAR2_TABLE_100
197: )
198:
199: as
200: ddp_period_tbl okl_perd_status_pub.period_tbl_type;
201: ddindx binary_integer; indx binary_integer;
202: begin
203:
204: -- copy data to the local IN or IN-OUT args, if any

Line 239: okl_perd_status_pub.update_period_status(p_api_version,

235: , p5_a25
236: );
237:
238: -- here's the delegated call to the old PL/SQL routine
239: okl_perd_status_pub.update_period_status(p_api_version,
240: p_init_msg_list,
241: x_return_status,
242: x_msg_count,
243: x_msg_data,

Line 254: end okl_perd_status_pub_w;

250:
251:
252: end;
253:
254: end okl_perd_status_pub_w;