DBA Data[Home] [Help]

APPS.OKL_AM_SYSTEM_PARAMS_PVT_W dependencies on OKL_AM_SYSTEM_PARAMS_PVT

Line 1: package body okl_am_system_params_pvt_w as

1: package body okl_am_system_params_pvt_w as
2: /* $Header: OKLEASAB.pls 120.9.12010000.2 2008/11/14 05:48:25 kkorrapo ship $ */
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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 159: ddp_sypv_rec okl_am_system_params_pvt.sypv_rec_type;

155: , p5_a62 VARCHAR2 := fnd_api.g_miss_char
156: )
157:
158: as
159: ddp_sypv_rec okl_am_system_params_pvt.sypv_rec_type;
160: ddx_sypv_rec okl_am_system_params_pvt.sypv_rec_type;
161: ddindx binary_integer; indx binary_integer;
162: begin
163:

Line 160: ddx_sypv_rec okl_am_system_params_pvt.sypv_rec_type;

156: )
157:
158: as
159: ddp_sypv_rec okl_am_system_params_pvt.sypv_rec_type;
160: ddx_sypv_rec okl_am_system_params_pvt.sypv_rec_type;
161: ddindx binary_integer; indx binary_integer;
162: begin
163:
164: -- copy data to the local IN or IN-OUT args, if any

Line 236: okl_am_system_params_pvt.process_system_params(p_api_version,

232: ddp_sypv_rec.lseqte_seq_prefix_txt := p5_a62;
233:
234:
235: -- here's the delegated call to the old PL/SQL routine
236: okl_am_system_params_pvt.process_system_params(p_api_version,
237: p_init_msg_list,
238: x_return_status,
239: x_msg_count,
240: x_msg_data,

Line 316: end okl_am_system_params_pvt_w;

312: p6_a61 := ddx_sypv_rec.qckqte_seq_prefix_txt;
313: p6_a62 := ddx_sypv_rec.lseqte_seq_prefix_txt;
314: end;
315:
316: end okl_am_system_params_pvt_w;