DBA Data[Home] [Help]

APPS.OKL_SIF_LINES_PUB_W dependencies on OKL_SIF_LINES_PUB

Line 1: package body okl_sif_lines_pub_w as

1: package body okl_sif_lines_pub_w as
2: /* $Header: OKLUSILB.pls 120.2 2005/10/11 06:40:27 rgooty noship $ */
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 154: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;

150: , p5_a61 VARCHAR2 := fnd_api.g_miss_char
151: )
152:
153: as
154: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
155: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;
156: ddindx binary_integer; indx binary_integer;
157: begin
158:

Line 155: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;

151: )
152:
153: as
154: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
155: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;
156: ddindx binary_integer; indx binary_integer;
157: begin
158:
159: -- copy data to the local IN or IN-OUT args, if any

Line 230: okl_sif_lines_pub.insert_sif_lines(p_api_version,

226: ddp_silv_rec.capitalize_down_payment_yn := p5_a61;
227:
228:
229: -- here's the delegated call to the old PL/SQL routine
230: okl_sif_lines_pub.insert_sif_lines(p_api_version,
231: p_init_msg_list,
232: x_return_status,
233: x_msg_count,
234: x_msg_data,

Line 441: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;

437: , p6_a61 out nocopy JTF_VARCHAR2_TABLE_100
438: )
439:
440: as
441: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
442: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;
443: ddindx binary_integer; indx binary_integer;
444: begin
445:

Line 442: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;

438: )
439:
440: as
441: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
442: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;
443: ddindx binary_integer; indx binary_integer;
444: begin
445:
446: -- copy data to the local IN or IN-OUT args, if any

Line 518: okl_sif_lines_pub.insert_sif_lines(p_api_version,

514: );
515:
516:
517: -- here's the delegated call to the old PL/SQL routine
518: okl_sif_lines_pub.insert_sif_lines(p_api_version,
519: p_init_msg_list,
520: x_return_status,
521: x_msg_count,
522: x_msg_data,

Line 668: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;

664: , p5_a61 VARCHAR2 := fnd_api.g_miss_char
665: )
666:
667: as
668: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
669: ddindx binary_integer; indx binary_integer;
670: begin
671:
672: -- copy data to the local IN or IN-OUT args, if any

Line 742: okl_sif_lines_pub.lock_sif_lines(p_api_version,

738: ddp_silv_rec.down_payment_amount := rosetta_g_miss_num_map(p5_a60);
739: ddp_silv_rec.capitalize_down_payment_yn := p5_a61;
740:
741: -- here's the delegated call to the old PL/SQL routine
742: okl_sif_lines_pub.lock_sif_lines(p_api_version,
743: p_init_msg_list,
744: x_return_status,
745: x_msg_count,
746: x_msg_data,

Line 827: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;

823: , p5_a61 JTF_VARCHAR2_TABLE_100
824: )
825:
826: as
827: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
828: ddindx binary_integer; indx binary_integer;
829: begin
830:
831: -- copy data to the local IN or IN-OUT args, if any

Line 902: okl_sif_lines_pub.lock_sif_lines(p_api_version,

898: , p5_a61
899: );
900:
901: -- here's the delegated call to the old PL/SQL routine
902: okl_sif_lines_pub.lock_sif_lines(p_api_version,
903: p_init_msg_list,
904: x_return_status,
905: x_msg_count,
906: x_msg_data,

Line 1049: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;

1045: , p5_a61 VARCHAR2 := fnd_api.g_miss_char
1046: )
1047:
1048: as
1049: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
1050: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;
1051: ddindx binary_integer; indx binary_integer;
1052: begin
1053:

Line 1050: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;

1046: )
1047:
1048: as
1049: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
1050: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;
1051: ddindx binary_integer; indx binary_integer;
1052: begin
1053:
1054: -- copy data to the local IN or IN-OUT args, if any

Line 1125: okl_sif_lines_pub.update_sif_lines(p_api_version,

1121: ddp_silv_rec.capitalize_down_payment_yn := p5_a61;
1122:
1123:
1124: -- here's the delegated call to the old PL/SQL routine
1125: okl_sif_lines_pub.update_sif_lines(p_api_version,
1126: p_init_msg_list,
1127: x_return_status,
1128: x_msg_count,
1129: x_msg_data,

Line 1336: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;

1332: , p6_a61 out nocopy JTF_VARCHAR2_TABLE_100
1333: )
1334:
1335: as
1336: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
1337: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;
1338: ddindx binary_integer; indx binary_integer;
1339: begin
1340:

Line 1337: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;

1333: )
1334:
1335: as
1336: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
1337: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;
1338: ddindx binary_integer; indx binary_integer;
1339: begin
1340:
1341: -- copy data to the local IN or IN-OUT args, if any

Line 1413: okl_sif_lines_pub.update_sif_lines(p_api_version,

1409: );
1410:
1411:
1412: -- here's the delegated call to the old PL/SQL routine
1413: okl_sif_lines_pub.update_sif_lines(p_api_version,
1414: p_init_msg_list,
1415: x_return_status,
1416: x_msg_count,
1417: x_msg_data,

Line 1625: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;

1621: , p5_a61 VARCHAR2 := fnd_api.g_miss_char
1622: )
1623:
1624: as
1625: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
1626: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;
1627: ddindx binary_integer; indx binary_integer;
1628: begin
1629:

Line 1626: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;

1622: )
1623:
1624: as
1625: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
1626: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;
1627: ddindx binary_integer; indx binary_integer;
1628: begin
1629:
1630: -- copy data to the local IN or IN-OUT args, if any

Line 1701: okl_sif_lines_pub.delete_sif_lines(p_api_version,

1697: ddp_silv_rec.capitalize_down_payment_yn := p5_a61;
1698:
1699:
1700: -- here's the delegated call to the old PL/SQL routine
1701: okl_sif_lines_pub.delete_sif_lines(p_api_version,
1702: p_init_msg_list,
1703: x_return_status,
1704: x_msg_count,
1705: x_msg_data,

Line 1912: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;

1908: , p6_a61 out nocopy JTF_VARCHAR2_TABLE_100
1909: )
1910:
1911: as
1912: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
1913: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;
1914: ddindx binary_integer; indx binary_integer;
1915: begin
1916:

Line 1913: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;

1909: )
1910:
1911: as
1912: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
1913: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;
1914: ddindx binary_integer; indx binary_integer;
1915: begin
1916:
1917: -- copy data to the local IN or IN-OUT args, if any

Line 1989: okl_sif_lines_pub.delete_sif_lines(p_api_version,

1985: );
1986:
1987:
1988: -- here's the delegated call to the old PL/SQL routine
1989: okl_sif_lines_pub.delete_sif_lines(p_api_version,
1990: p_init_msg_list,
1991: x_return_status,
1992: x_msg_count,
1993: x_msg_data,

Line 2201: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;

2197: , p5_a61 VARCHAR2 := fnd_api.g_miss_char
2198: )
2199:
2200: as
2201: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
2202: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;
2203: ddindx binary_integer; indx binary_integer;
2204: begin
2205:

Line 2202: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;

2198: )
2199:
2200: as
2201: ddp_silv_rec okl_sif_lines_pub.silv_rec_type;
2202: ddx_silv_rec okl_sif_lines_pub.silv_rec_type;
2203: ddindx binary_integer; indx binary_integer;
2204: begin
2205:
2206: -- copy data to the local IN or IN-OUT args, if any

Line 2277: okl_sif_lines_pub.validate_sif_lines(p_api_version,

2273: ddp_silv_rec.capitalize_down_payment_yn := p5_a61;
2274:
2275:
2276: -- here's the delegated call to the old PL/SQL routine
2277: okl_sif_lines_pub.validate_sif_lines(p_api_version,
2278: p_init_msg_list,
2279: x_return_status,
2280: x_msg_count,
2281: x_msg_data,

Line 2488: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;

2484: , p6_a61 out nocopy JTF_VARCHAR2_TABLE_100
2485: )
2486:
2487: as
2488: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
2489: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;
2490: ddindx binary_integer; indx binary_integer;
2491: begin
2492:

Line 2489: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;

2485: )
2486:
2487: as
2488: ddp_silv_tbl okl_sif_lines_pub.silv_tbl_type;
2489: ddx_silv_tbl okl_sif_lines_pub.silv_tbl_type;
2490: ddindx binary_integer; indx binary_integer;
2491: begin
2492:
2493: -- copy data to the local IN or IN-OUT args, if any

Line 2565: okl_sif_lines_pub.validate_sif_lines(p_api_version,

2561: );
2562:
2563:
2564: -- here's the delegated call to the old PL/SQL routine
2565: okl_sif_lines_pub.validate_sif_lines(p_api_version,
2566: p_init_msg_list,
2567: x_return_status,
2568: x_msg_count,
2569: x_msg_data,

Line 2645: end okl_sif_lines_pub_w;

2641: , p6_a61
2642: );
2643: end;
2644:
2645: end okl_sif_lines_pub_w;