DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT_W dependencies on OKL_INTEREST_CALC_PVT

Line 1: package body okl_interest_calc_pvt_w as

1: package body okl_interest_calc_pvt_w as
2: /* $Header: OKLEITUB.pls 120.2 2005/12/08 12:01:48 gboomina 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 50: okl_interest_calc_pvt.calc_interest_activate(p_api_version,

46:
47:
48:
49: -- here's the delegated call to the old PL/SQL routine
50: okl_interest_calc_pvt.calc_interest_activate(p_api_version,
51: p_init_msg_list,
52: x_return_status,
53: x_msg_count,
54: x_msg_data,

Line 71: end okl_interest_calc_pvt_w;

67:
68:
69: end;
70:
71: end okl_interest_calc_pvt_w;