DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_PVT_W dependencies on OKL_LEASE_QUOTE_PVT

Line 1: package body okl_lease_quote_pvt_w as

1: package body okl_lease_quote_pvt_w as
2: /* $Header: OKLELSQB.pls 120.7 2007/08/08 21:09:32 rravikir noship $ */
3: procedure create_lease_qte(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_transaction_control VARCHAR2

Line 156: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;

152: , x_msg_data out nocopy VARCHAR2
153: )
154:
155: as
156: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
157: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
158: ddindx binary_integer; indx binary_integer;
159: begin
160:

Line 157: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;

153: )
154:
155: as
156: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
157: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
158: ddindx binary_integer; indx binary_integer;
159: begin
160:
161: -- copy data to the local IN or IN-OUT args, if any

Line 243: okl_lease_quote_pvt.create_lease_qte(p_api_version,

239:
240:
241:
242: -- here's the delegated call to the old PL/SQL routine
243: okl_lease_quote_pvt.create_lease_qte(p_api_version,
244: p_init_msg_list,
245: p_transaction_control,
246: ddp_lease_qte_rec,
247: ddx_lease_qte_rec,

Line 487: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;

483: , x_msg_data out nocopy VARCHAR2
484: )
485:
486: as
487: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
488: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
489: ddindx binary_integer; indx binary_integer;
490: begin
491:

Line 488: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;

484: )
485:
486: as
487: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
488: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
489: ddindx binary_integer; indx binary_integer;
490: begin
491:
492: -- copy data to the local IN or IN-OUT args, if any

Line 574: okl_lease_quote_pvt.update_lease_qte(p_api_version,

570:
571:
572:
573: -- here's the delegated call to the old PL/SQL routine
574: okl_lease_quote_pvt.update_lease_qte(p_api_version,
575: p_init_msg_list,
576: p_transaction_control,
577: ddp_lease_qte_rec,
578: ddx_lease_qte_rec,

Line 819: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;

815: , x_msg_data out nocopy VARCHAR2
816: )
817:
818: as
819: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
820: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
821: ddindx binary_integer; indx binary_integer;
822: begin
823:

Line 820: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;

816: )
817:
818: as
819: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
820: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
821: ddindx binary_integer; indx binary_integer;
822: begin
823:
824: -- copy data to the local IN or IN-OUT args, if any

Line 907: okl_lease_quote_pvt.duplicate_lease_qte(p_api_version,

903:
904:
905:
906: -- here's the delegated call to the old PL/SQL routine
907: okl_lease_quote_pvt.duplicate_lease_qte(p_api_version,
908: p_init_msg_list,
909: p_transaction_control,
910: p_source_quote_id,
911: ddp_lease_qte_rec,

Line 1082: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;

1078: , x_msg_data out nocopy VARCHAR2
1079: )
1080:
1081: as
1082: ddx_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
1083: ddindx binary_integer; indx binary_integer;
1084: begin
1085:
1086: -- copy data to the local IN or IN-OUT args, if any

Line 1096: okl_lease_quote_pvt.duplicate_lease_qte(p_api_version,

1092:
1093:
1094:
1095: -- here's the delegated call to the old PL/SQL routine
1096: okl_lease_quote_pvt.duplicate_lease_qte(p_api_version,
1097: p_init_msg_list,
1098: p_transaction_control,
1099: p_quote_id,
1100: ddx_lease_qte_rec,

Line 1268: ddp_lease_qte_tbl okl_lease_quote_pvt.lease_qte_tbl_type;

1264: , x_msg_data out nocopy VARCHAR2
1265: )
1266:
1267: as
1268: ddp_lease_qte_tbl okl_lease_quote_pvt.lease_qte_tbl_type;
1269: ddindx binary_integer; indx binary_integer;
1270: begin
1271:
1272: -- copy data to the local IN or IN-OUT args, if any

Line 1354: okl_lease_quote_pvt.cancel_lease_qte(p_api_version,

1350:
1351:
1352:
1353: -- here's the delegated call to the old PL/SQL routine
1354: okl_lease_quote_pvt.cancel_lease_qte(p_api_version,
1355: p_init_msg_list,
1356: p_transaction_control,
1357: ddp_lease_qte_tbl,
1358: x_return_status,

Line 1447: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;

1443: , x_return_status out nocopy VARCHAR2
1444: )
1445:
1446: as
1447: ddp_lease_qte_rec okl_lease_quote_pvt.lease_qte_rec_type;
1448: ddindx binary_integer; indx binary_integer;
1449: begin
1450:
1451: -- copy data to the local IN or IN-OUT args, if any

Line 1527: okl_lease_quote_pvt.validate_lease_qte(ddp_lease_qte_rec,

1523: ddp_lease_qte_rec.comments := p0_a71;
1524:
1525:
1526: -- here's the delegated call to the old PL/SQL routine
1527: okl_lease_quote_pvt.validate_lease_qte(ddp_lease_qte_rec,
1528: x_return_status);
1529:
1530: -- copy data back from the local variables to OUT or IN-OUT args, if any
1531:

Line 1534: end okl_lease_quote_pvt_w;

1530: -- copy data back from the local variables to OUT or IN-OUT args, if any
1531:
1532: end;
1533:
1534: end okl_lease_quote_pvt_w;