DBA Data[Home] [Help]

APPS.OKL_AM_RESTRUCTURE_QUOTE_PUB_W dependencies on OKL_AM_RESTRUCTURE_QUOTE_PUB

Line 1: package body okl_am_restructure_quote_pub_w as

1: package body okl_am_restructure_quote_pub_w as
2: /* $Header: OKLURTQB.pls 120.2 2007/11/05 18:58:00 rmunjulu 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:

Line 196: ddp_quot_rec okl_am_restructure_quote_pub.quot_rec_type;

192: , p5_a82 VARCHAR2 := fnd_api.g_miss_char
193: )
194:
195: as
196: ddp_quot_rec okl_am_restructure_quote_pub.quot_rec_type;
197: ddx_quot_rec okl_am_restructure_quote_pub.quot_rec_type;
198: ddindx binary_integer; indx binary_integer;
199: begin
200:

Line 197: ddx_quot_rec okl_am_restructure_quote_pub.quot_rec_type;

193: )
194:
195: as
196: ddp_quot_rec okl_am_restructure_quote_pub.quot_rec_type;
197: ddx_quot_rec okl_am_restructure_quote_pub.quot_rec_type;
198: ddindx binary_integer; indx binary_integer;
199: begin
200:
201: -- copy data to the local IN or IN-OUT args, if any

Line 293: okl_am_restructure_quote_pub.create_restructure_quote(p_api_version,

289: ddp_quot_rec.repo_quote_indicator_yn := p5_a82;
290:
291:
292: -- here's the delegated call to the old PL/SQL routine
293: okl_am_restructure_quote_pub.create_restructure_quote(p_api_version,
294: p_init_msg_list,
295: x_return_status,
296: x_msg_count,
297: x_msg_data,

Line 567: ddp_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;

563: , p6_a82 out nocopy JTF_VARCHAR2_TABLE_100
564: )
565:
566: as
567: ddp_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;
568: ddx_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;
569: ddindx binary_integer; indx binary_integer;
570: begin
571:

Line 568: ddx_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;

564: )
565:
566: as
567: ddp_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;
568: ddx_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;
569: ddindx binary_integer; indx binary_integer;
570: begin
571:
572: -- copy data to the local IN or IN-OUT args, if any

Line 665: okl_am_restructure_quote_pub.create_restructure_quote(p_api_version,

661: );
662:
663:
664: -- here's the delegated call to the old PL/SQL routine
665: okl_am_restructure_quote_pub.create_restructure_quote(p_api_version,
666: p_init_msg_list,
667: x_return_status,
668: x_msg_count,
669: x_msg_data,

Line 940: ddp_quot_rec okl_am_restructure_quote_pub.quot_rec_type;

936: , p5_a82 VARCHAR2 := fnd_api.g_miss_char
937: )
938:
939: as
940: ddp_quot_rec okl_am_restructure_quote_pub.quot_rec_type;
941: ddx_quot_rec okl_am_restructure_quote_pub.quot_rec_type;
942: ddindx binary_integer; indx binary_integer;
943: begin
944:

Line 941: ddx_quot_rec okl_am_restructure_quote_pub.quot_rec_type;

937: )
938:
939: as
940: ddp_quot_rec okl_am_restructure_quote_pub.quot_rec_type;
941: ddx_quot_rec okl_am_restructure_quote_pub.quot_rec_type;
942: ddindx binary_integer; indx binary_integer;
943: begin
944:
945: -- copy data to the local IN or IN-OUT args, if any

Line 1037: okl_am_restructure_quote_pub.update_restructure_quote(p_api_version,

1033: ddp_quot_rec.repo_quote_indicator_yn := p5_a82;
1034:
1035:
1036: -- here's the delegated call to the old PL/SQL routine
1037: okl_am_restructure_quote_pub.update_restructure_quote(p_api_version,
1038: p_init_msg_list,
1039: x_return_status,
1040: x_msg_count,
1041: x_msg_data,

Line 1311: ddp_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;

1307: , p6_a82 out nocopy JTF_VARCHAR2_TABLE_100
1308: )
1309:
1310: as
1311: ddp_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;
1312: ddx_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;
1313: ddindx binary_integer; indx binary_integer;
1314: begin
1315:

Line 1312: ddx_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;

1308: )
1309:
1310: as
1311: ddp_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;
1312: ddx_quot_tbl okl_am_restructure_quote_pub.quot_tbl_type;
1313: ddindx binary_integer; indx binary_integer;
1314: begin
1315:
1316: -- copy data to the local IN or IN-OUT args, if any

Line 1409: okl_am_restructure_quote_pub.update_restructure_quote(p_api_version,

1405: );
1406:
1407:
1408: -- here's the delegated call to the old PL/SQL routine
1409: okl_am_restructure_quote_pub.update_restructure_quote(p_api_version,
1410: p_init_msg_list,
1411: x_return_status,
1412: x_msg_count,
1413: x_msg_data,

Line 1510: end okl_am_restructure_quote_pub_w;

1506: , p6_a82
1507: );
1508: end;
1509:
1510: end okl_am_restructure_quote_pub_w;