DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_INS_PVT_W dependencies on OKL_LEASE_QUOTE_INS_PVT

Line 1: package body okl_lease_quote_ins_pvt_w as

1: package body okl_lease_quote_ins_pvt_w as
2: /* $Header: OKLEQUIB.pls 120.0.12010000.2 2008/11/18 10:20:32 kkorrapo ship $ */
3: procedure create_insurance_estimate(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_transaction_control VARCHAR2

Line 43: ddp_insurance_estimate_rec okl_lease_quote_ins_pvt.ins_est_rec_type;

39: , x_msg_data out nocopy VARCHAR2
40: )
41:
42: as
43: ddp_insurance_estimate_rec okl_lease_quote_ins_pvt.ins_est_rec_type;
44: ddindx binary_integer; indx binary_integer;
45: begin
46:
47: -- copy data to the local IN or IN-OUT args, if any

Line 87: okl_lease_quote_ins_pvt.create_insurance_estimate(p_api_version,

83:
84:
85:
86: -- here's the delegated call to the old PL/SQL routine
87: okl_lease_quote_ins_pvt.create_insurance_estimate(p_api_version,
88: p_init_msg_list,
89: p_transaction_control,
90: ddp_insurance_estimate_rec,
91: x_insurance_estimate_id,

Line 145: ddp_insurance_estimate_rec okl_lease_quote_ins_pvt.ins_est_rec_type;

141: , x_msg_data out nocopy VARCHAR2
142: )
143:
144: as
145: ddp_insurance_estimate_rec okl_lease_quote_ins_pvt.ins_est_rec_type;
146: ddindx binary_integer; indx binary_integer;
147: begin
148:
149: -- copy data to the local IN or IN-OUT args, if any

Line 188: okl_lease_quote_ins_pvt.update_insurance_estimate(p_api_version,

184:
185:
186:
187: -- here's the delegated call to the old PL/SQL routine
188: okl_lease_quote_ins_pvt.update_insurance_estimate(p_api_version,
189: p_init_msg_list,
190: p_transaction_control,
191: ddp_insurance_estimate_rec,
192: x_return_status,

Line 205: end okl_lease_quote_ins_pvt_w;

201:
202:
203: end;
204:
205: end okl_lease_quote_ins_pvt_w;