DBA Data[Home] [Help]

APPS.OKL_REVERSE_CONTRACT_PVT_W dependencies on OKL_REVERSE_CONTRACT_PVT

Line 1: package body okl_reverse_contract_pvt_w as

1: package body okl_reverse_contract_pvt_w as
2: /* $Header: OKLIRVKB.pls 120.2 2005/07/18 15:54:28 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 46: okl_reverse_contract_pvt.reverse_contract(p_api_version,

42:
43: ddp_transaction_date := rosetta_g_miss_date_in_map(p_transaction_date);
44:
45: -- here's the delegated call to the old PL/SQL routine
46: okl_reverse_contract_pvt.reverse_contract(p_api_version,
47: p_init_msg_list,
48: x_return_status,
49: x_msg_count,
50: x_msg_data,

Line 63: end okl_reverse_contract_pvt_w;

59:
60:
61: end;
62:
63: end okl_reverse_contract_pvt_w;