DBA Data[Home] [Help]

APPS.OKL_MULTI_GAAP_PUB_W dependencies on OKL_MULTI_GAAP_PUB

Line 1: package body okl_multi_gaap_pub_w as

1: package body okl_multi_gaap_pub_w as
2: /* $Header: OKLUGAPB.pls 115.2 2004/02/06 22:36:13 sgiyer 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 49: ddrosetta_retval := okl_multi_gaap_pub.submit_multi_gaap(x_return_status,

45: ddp_date_to := rosetta_g_miss_date_in_map(p_date_to);
46:
47:
48: -- here's the delegated call to the old PL/SQL routine
49: ddrosetta_retval := okl_multi_gaap_pub.submit_multi_gaap(x_return_status,
50: x_msg_count,
51: x_msg_data,
52: p_api_version,
53: ddp_date_from,

Line 68: end okl_multi_gaap_pub_w;

64:
65: return ddrosetta_retval;
66: end;
67:
68: end okl_multi_gaap_pub_w;