DBA Data[Home] [Help]

APPS.OKL_REVERSAL_PUB_W dependencies on OKL_REVERSAL_PUB

Line 1: package body okl_reversal_pub_w as

1: package body okl_reversal_pub_w as
2: /* $Header: OKLUREVB.pls 120.1 2005/07/18 15:57:47 viselvar 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 48: okl_reversal_pub.reverse_entries(p_api_version,

44:
45: ddp_acct_date := rosetta_g_miss_date_in_map(p_acct_date);
46:
47: -- here's the delegated call to the old PL/SQL routine
48: okl_reversal_pub.reverse_entries(p_api_version,
49: p_init_msg_list,
50: x_return_status,
51: x_msg_count,
52: x_msg_data,

Line 79: ddp_source_id_tbl okl_reversal_pub.source_id_tbl_type;

75: )
76:
77: as
78: ddp_acct_date date;
79: ddp_source_id_tbl okl_reversal_pub.source_id_tbl_type;
80: ddindx binary_integer; indx binary_integer;
81: begin
82:
83: -- copy data to the local IN or IN-OUT args, if any

Line 95: okl_reversal_pub.reverse_entries(p_api_version,

91:
92: okl_reversal_pvt_w.rosetta_table_copy_in_p0(ddp_source_id_tbl, p_source_id_tbl);
93:
94: -- here's the delegated call to the old PL/SQL routine
95: okl_reversal_pub.reverse_entries(p_api_version,
96: p_init_msg_list,
97: x_return_status,
98: x_msg_count,
99: x_msg_data,

Line 114: end okl_reversal_pub_w;

110:
111:
112: end;
113:
114: end okl_reversal_pub_w;