DBA Data[Home] [Help]

APPS.OKL_CSH_ALLCT_RULES_PVT_W dependencies on OKL_CSH_ALLCT_RULES_PVT

Line 1: package body okl_csh_allct_rules_pvt_w as

1: package body okl_csh_allct_rules_pvt_w as
2: /* $Header: OKLECSAB.pls 120.1 2005/09/20 13:40:58 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 58: ddp_cahv_rec okl_csh_allct_rules_pvt.cahv_rec_type;

54: , p5_a27 NUMBER := 0-1962.0724
55: )
56:
57: as
58: ddp_cahv_rec okl_csh_allct_rules_pvt.cahv_rec_type;
59: ddindx binary_integer; indx binary_integer;
60: begin
61:
62: -- copy data to the local IN or IN-OUT args, if any

Line 98: okl_csh_allct_rules_pvt.delete_row(p_api_version,

94: ddp_cahv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a26);
95: ddp_cahv_rec.last_update_login := rosetta_g_miss_num_map(p5_a27);
96:
97: -- here's the delegated call to the old PL/SQL routine
98: okl_csh_allct_rules_pvt.delete_row(p_api_version,
99: p_init_msg_list,
100: x_return_status,
101: x_msg_count,
102: x_msg_data,

Line 113: end okl_csh_allct_rules_pvt_w;

109:
110:
111: end;
112:
113: end okl_csh_allct_rules_pvt_w;