DBA Data[Home] [Help]

APPS.OKL_INS_POLICIES_PUB_W dependencies on OKL_INS_POLICIES_PUB

Line 1: package body okl_ins_policies_pub_w as

1: package body okl_ins_policies_pub_w as
2: /* $Header: OKLOIPYB.pls 120.1 2005/09/22 10:15:33 pagarg 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 182: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;

178: , p6_a75 out nocopy JTF_NUMBER_TABLE
179: )
180:
181: as
182: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
183: ddx_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
184: ddindx binary_integer; indx binary_integer;
185: begin
186:

Line 183: ddx_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;

179: )
180:
181: as
182: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
183: ddx_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
184: ddindx binary_integer; indx binary_integer;
185: begin
186:
187: -- copy data to the local IN or IN-OUT args, if any

Line 273: okl_ins_policies_pub.insert_ins_policies(p_api_version,

269: );
270:
271:
272: -- here's the delegated call to the old PL/SQL routine
273: okl_ins_policies_pub.insert_ins_policies(p_api_version,
274: p_init_msg_list,
275: x_return_status,
276: x_msg_count,
277: x_msg_data,

Line 527: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;

523: , p5_a75 NUMBER := 0-1962.0724
524: )
525:
526: as
527: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
528: ddx_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
529: ddindx binary_integer; indx binary_integer;
530: begin
531:

Line 528: ddx_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;

524: )
525:
526: as
527: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
528: ddx_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
529: ddindx binary_integer; indx binary_integer;
530: begin
531:
532: -- copy data to the local IN or IN-OUT args, if any

Line 617: okl_ins_policies_pub.insert_ins_policies(p_api_version,

613: ddp_ipyv_rec.lease_application_id := rosetta_g_miss_num_map(p5_a75);
614:
615:
616: -- here's the delegated call to the old PL/SQL routine
617: okl_ins_policies_pub.insert_ins_policies(p_api_version,
618: p_init_msg_list,
619: x_return_status,
620: x_msg_count,
621: x_msg_data,

Line 794: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;

790: , p5_a75 JTF_NUMBER_TABLE
791: )
792:
793: as
794: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
795: ddindx binary_integer; indx binary_integer;
796: begin
797:
798: -- copy data to the local IN or IN-OUT args, if any

Line 883: okl_ins_policies_pub.lock_ins_policies(p_api_version,

879: , p5_a75
880: );
881:
882: -- here's the delegated call to the old PL/SQL routine
883: okl_ins_policies_pub.lock_ins_policies(p_api_version,
884: p_init_msg_list,
885: x_return_status,
886: x_msg_count,
887: x_msg_data,

Line 982: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;

978: , p5_a75 NUMBER := 0-1962.0724
979: )
980:
981: as
982: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
983: ddindx binary_integer; indx binary_integer;
984: begin
985:
986: -- copy data to the local IN or IN-OUT args, if any

Line 1070: okl_ins_policies_pub.lock_ins_policies(p_api_version,

1066: ddp_ipyv_rec.last_update_login := rosetta_g_miss_num_map(p5_a74);
1067: ddp_ipyv_rec.lease_application_id := rosetta_g_miss_num_map(p5_a75);
1068:
1069: -- here's the delegated call to the old PL/SQL routine
1070: okl_ins_policies_pub.lock_ins_policies(p_api_version,
1071: p_init_msg_list,
1072: x_return_status,
1073: x_msg_count,
1074: x_msg_data,

Line 1245: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;

1241: , p6_a75 out nocopy JTF_NUMBER_TABLE
1242: )
1243:
1244: as
1245: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
1246: ddx_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
1247: ddindx binary_integer; indx binary_integer;
1248: begin
1249:

Line 1246: ddx_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;

1242: )
1243:
1244: as
1245: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
1246: ddx_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
1247: ddindx binary_integer; indx binary_integer;
1248: begin
1249:
1250: -- copy data to the local IN or IN-OUT args, if any

Line 1336: okl_ins_policies_pub.update_ins_policies(p_api_version,

1332: );
1333:
1334:
1335: -- here's the delegated call to the old PL/SQL routine
1336: okl_ins_policies_pub.update_ins_policies(p_api_version,
1337: p_init_msg_list,
1338: x_return_status,
1339: x_msg_count,
1340: x_msg_data,

Line 1590: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;

1586: , p5_a75 NUMBER := 0-1962.0724
1587: )
1588:
1589: as
1590: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
1591: ddx_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
1592: ddindx binary_integer; indx binary_integer;
1593: begin
1594:

Line 1591: ddx_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;

1587: )
1588:
1589: as
1590: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
1591: ddx_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
1592: ddindx binary_integer; indx binary_integer;
1593: begin
1594:
1595: -- copy data to the local IN or IN-OUT args, if any

Line 1680: okl_ins_policies_pub.update_ins_policies(p_api_version,

1676: ddp_ipyv_rec.lease_application_id := rosetta_g_miss_num_map(p5_a75);
1677:
1678:
1679: -- here's the delegated call to the old PL/SQL routine
1680: okl_ins_policies_pub.update_ins_policies(p_api_version,
1681: p_init_msg_list,
1682: x_return_status,
1683: x_msg_count,
1684: x_msg_data,

Line 1857: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;

1853: , p5_a75 JTF_NUMBER_TABLE
1854: )
1855:
1856: as
1857: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
1858: ddindx binary_integer; indx binary_integer;
1859: begin
1860:
1861: -- copy data to the local IN or IN-OUT args, if any

Line 1946: okl_ins_policies_pub.delete_ins_policies(p_api_version,

1942: , p5_a75
1943: );
1944:
1945: -- here's the delegated call to the old PL/SQL routine
1946: okl_ins_policies_pub.delete_ins_policies(p_api_version,
1947: p_init_msg_list,
1948: x_return_status,
1949: x_msg_count,
1950: x_msg_data,

Line 2045: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;

2041: , p5_a75 NUMBER := 0-1962.0724
2042: )
2043:
2044: as
2045: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
2046: ddindx binary_integer; indx binary_integer;
2047: begin
2048:
2049: -- copy data to the local IN or IN-OUT args, if any

Line 2133: okl_ins_policies_pub.delete_ins_policies(p_api_version,

2129: ddp_ipyv_rec.last_update_login := rosetta_g_miss_num_map(p5_a74);
2130: ddp_ipyv_rec.lease_application_id := rosetta_g_miss_num_map(p5_a75);
2131:
2132: -- here's the delegated call to the old PL/SQL routine
2133: okl_ins_policies_pub.delete_ins_policies(p_api_version,
2134: p_init_msg_list,
2135: x_return_status,
2136: x_msg_count,
2137: x_msg_data,

Line 2232: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;

2228: , p5_a75 JTF_NUMBER_TABLE
2229: )
2230:
2231: as
2232: ddp_ipyv_tbl okl_ins_policies_pub.ipyv_tbl_type;
2233: ddindx binary_integer; indx binary_integer;
2234: begin
2235:
2236: -- copy data to the local IN or IN-OUT args, if any

Line 2321: okl_ins_policies_pub.validate_ins_policies(p_api_version,

2317: , p5_a75
2318: );
2319:
2320: -- here's the delegated call to the old PL/SQL routine
2321: okl_ins_policies_pub.validate_ins_policies(p_api_version,
2322: p_init_msg_list,
2323: x_return_status,
2324: x_msg_count,
2325: x_msg_data,

Line 2420: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;

2416: , p5_a75 NUMBER := 0-1962.0724
2417: )
2418:
2419: as
2420: ddp_ipyv_rec okl_ins_policies_pub.ipyv_rec_type;
2421: ddindx binary_integer; indx binary_integer;
2422: begin
2423:
2424: -- copy data to the local IN or IN-OUT args, if any

Line 2508: okl_ins_policies_pub.validate_ins_policies(p_api_version,

2504: ddp_ipyv_rec.last_update_login := rosetta_g_miss_num_map(p5_a74);
2505: ddp_ipyv_rec.lease_application_id := rosetta_g_miss_num_map(p5_a75);
2506:
2507: -- here's the delegated call to the old PL/SQL routine
2508: okl_ins_policies_pub.validate_ins_policies(p_api_version,
2509: p_init_msg_list,
2510: x_return_status,
2511: x_msg_count,
2512: x_msg_data,

Line 2523: end okl_ins_policies_pub_w;

2519:
2520:
2521: end;
2522:
2523: end okl_ins_policies_pub_w;