DBA Data[Home] [Help]

APPS.OKL_REVERSE_CONTRACT_PUB_W dependencies on OKL_REVERSE_CONTRACT_PUB

Line 1: package body okl_reverse_contract_pub_w as

1: package body okl_reverse_contract_pub_w as
2: /* $Header: OKLURVKB.pls 120.1 2005/07/18 15:59:03 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_pub.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_pub.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_pub_w;

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