DBA Data[Home] [Help]

APPS.OKL_CASH_APPL_RULES_W dependencies on OKL_CASH_APPL_RULES

Line 1: package body okl_cash_appl_rules_w as

1: package body okl_cash_appl_rules_w as
2: /* $Header: OKLECAPB.pls 120.3 2007/08/02 15:52:06 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 37: ddrosetta_retval := okl_cash_appl_rules.okl_installed(p_org_id);

33:
34: -- copy data to the local IN or IN-OUT args, if any
35:
36: -- here's the delegated call to the old PL/SQL routine
37: ddrosetta_retval := okl_cash_appl_rules.okl_installed(p_org_id);
38:
39: -- copy data back from the local variables to OUT or IN-OUT args, if any
40: if ddrosetta_retval is null
41: then ddrosetta_retval_bool := null;

Line 108: okl_cash_appl_rules.handle_manual_pay(p_api_version,

104:
105:
106:
107: -- here's the delegated call to the old PL/SQL routine
108: okl_cash_appl_rules.handle_manual_pay(p_api_version,
109: p_init_msg_list,
110: x_return_status,
111: x_msg_count,
112: x_msg_data,

Line 202: ddp_rcpt_rec okl_cash_appl_rules.rcpt_rec_type;

198: , p8_a32 VARCHAR2 := fnd_api.g_miss_char
199: )
200:
201: as
202: ddp_rcpt_rec okl_cash_appl_rules.rcpt_rec_type;
203: ddindx binary_integer; indx binary_integer;
204: begin
205:
206: -- copy data to the local IN or IN-OUT args, if any

Line 251: okl_cash_appl_rules.create_manual_receipt(p_api_version,

247: ddp_rcpt_rec.dff_attribute15 := p8_a32;
248:
249:
250: -- here's the delegated call to the old PL/SQL routine
251: okl_cash_appl_rules.create_manual_receipt(p_api_version,
252: p_init_msg_list,
253: x_return_status,
254: x_msg_count,
255: x_msg_data,

Line 274: end okl_cash_appl_rules_w;

270:
271:
272: end;
273:
274: end okl_cash_appl_rules_w;