DBA Data[Home] [Help]

APPS.OKL_CASH_APPL_RULES_PUB_W dependencies on OKL_CASH_APPL_RULES_PUB

Line 1: package body okl_cash_appl_rules_pub_w as

1: package body okl_cash_appl_rules_pub_w as
2: /* $Header: OKLUCAPB.pls 120.3 2007/08/02 15:52:59 nikshah ship $ */
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 85: okl_cash_appl_rules_pub.okl_cash_applic(p_api_version,

81:
82:
83:
84: -- here's the delegated call to the old PL/SQL routine
85: okl_cash_appl_rules_pub.okl_cash_applic(p_api_version,
86: p_init_msg_list,
87: x_return_status,
88: x_msg_count,
89: x_msg_data,

Line 228: okl_cash_appl_rules_pub.create_manual_receipt(p_api_version,

224: ddp_rcpt_rec.dff_attribute15 := p8_a32;
225:
226:
227: -- here's the delegated call to the old PL/SQL routine
228: okl_cash_appl_rules_pub.create_manual_receipt(p_api_version,
229: p_init_msg_list,
230: x_return_status,
231: x_msg_count,
232: x_msg_data,

Line 251: end okl_cash_appl_rules_pub_w;

247:
248:
249: end;
250:
251: end okl_cash_appl_rules_pub_w;