DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PUB_W dependencies on OKL_CONTRACT_BOOK_PUB

Line 1: package body okl_contract_book_pub_w as

1: package body okl_contract_book_pub_w as
2: /* $Header: OKLUBKGB.pls 120.0 2008/02/14 09:33:41 veramach 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 56: okl_contract_book_pub.execute_qa_check_list(p_api_version,

52:
53:
54:
55: -- here's the delegated call to the old PL/SQL routine
56: okl_contract_book_pub.execute_qa_check_list(p_api_version,
57: p_init_msg_list,
58: x_return_status,
59: x_msg_count,
60: x_msg_data,

Line 114: okl_contract_book_pub.validate_contract(p_api_version,

110:
111:
112:
113: -- here's the delegated call to the old PL/SQL routine
114: okl_contract_book_pub.validate_contract(p_api_version,
115: p_init_msg_list,
116: x_return_status,
117: x_msg_count,
118: x_msg_data,

Line 141: end okl_contract_book_pub_w;

137: , p7_a6
138: );
139: end;
140:
141: end okl_contract_book_pub_w;