DBA Data[Home] [Help]

APPS.OKL_SYS_ACCT_OPTS_PUB_W dependencies on OKL_SYS_ACCT_OPTS_PUB

Line 1: package body okl_sys_acct_opts_pub_w as

1: package body okl_sys_acct_opts_pub_w as
2: /* $Header: OKLUSAOB.pls 120.7 2009/05/08 11:05:09 rpillay 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 151: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;

147: , p5_a58 VARCHAR2 := fnd_api.g_miss_char
148: )
149:
150: as
151: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
152: ddx_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
153: ddindx binary_integer; indx binary_integer;
154: begin
155:

Line 152: ddx_saov_rec okl_sys_acct_opts_pub.saov_rec_type;

148: )
149:
150: as
151: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
152: ddx_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
153: ddindx binary_integer; indx binary_integer;
154: begin
155:
156: -- copy data to the local IN or IN-OUT args, if any

Line 224: okl_sys_acct_opts_pub.insert_sys_acct_opts(p_api_version,

220: ddp_saov_rec.amort_inc_adj_rev_dt_yn := p5_a58;
221:
222:
223: -- here's the delegated call to the old PL/SQL routine
224: okl_sys_acct_opts_pub.insert_sys_acct_opts(p_api_version,
225: p_init_msg_list,
226: x_return_status,
227: x_msg_count,
228: x_msg_data,

Line 426: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;

422: , p6_a58 out nocopy JTF_VARCHAR2_TABLE_100
423: )
424:
425: as
426: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
427: ddx_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
428: ddindx binary_integer; indx binary_integer;
429: begin
430:

Line 427: ddx_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;

423: )
424:
425: as
426: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
427: ddx_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
428: ddindx binary_integer; indx binary_integer;
429: begin
430:
431: -- copy data to the local IN or IN-OUT args, if any

Line 500: okl_sys_acct_opts_pub.insert_sys_acct_opts(p_api_version,

496: );
497:
498:
499: -- here's the delegated call to the old PL/SQL routine
500: okl_sys_acct_opts_pub.insert_sys_acct_opts(p_api_version,
501: p_init_msg_list,
502: x_return_status,
503: x_msg_count,
504: x_msg_data,

Line 644: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;

640: , p5_a58 VARCHAR2 := fnd_api.g_miss_char
641: )
642:
643: as
644: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
645: ddindx binary_integer; indx binary_integer;
646: begin
647:
648: -- copy data to the local IN or IN-OUT args, if any

Line 715: okl_sys_acct_opts_pub.lock_sys_acct_opts(p_api_version,

711: ddp_saov_rec.secondary_rep_method := p5_a57;
712: ddp_saov_rec.amort_inc_adj_rev_dt_yn := p5_a58;
713:
714: -- here's the delegated call to the old PL/SQL routine
715: okl_sys_acct_opts_pub.lock_sys_acct_opts(p_api_version,
716: p_init_msg_list,
717: x_return_status,
718: x_msg_count,
719: x_msg_data,

Line 797: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;

793: , p5_a58 JTF_VARCHAR2_TABLE_100
794: )
795:
796: as
797: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
798: ddindx binary_integer; indx binary_integer;
799: begin
800:
801: -- copy data to the local IN or IN-OUT args, if any

Line 869: okl_sys_acct_opts_pub.lock_sys_acct_opts(p_api_version,

865: , p5_a58
866: );
867:
868: -- here's the delegated call to the old PL/SQL routine
869: okl_sys_acct_opts_pub.lock_sys_acct_opts(p_api_version,
870: p_init_msg_list,
871: x_return_status,
872: x_msg_count,
873: x_msg_data,

Line 1010: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;

1006: , p5_a58 VARCHAR2 := fnd_api.g_miss_char
1007: )
1008:
1009: as
1010: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
1011: ddx_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
1012: ddindx binary_integer; indx binary_integer;
1013: begin
1014:

Line 1011: ddx_saov_rec okl_sys_acct_opts_pub.saov_rec_type;

1007: )
1008:
1009: as
1010: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
1011: ddx_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
1012: ddindx binary_integer; indx binary_integer;
1013: begin
1014:
1015: -- copy data to the local IN or IN-OUT args, if any

Line 1083: okl_sys_acct_opts_pub.update_sys_acct_opts(p_api_version,

1079: ddp_saov_rec.amort_inc_adj_rev_dt_yn := p5_a58;
1080:
1081:
1082: -- here's the delegated call to the old PL/SQL routine
1083: okl_sys_acct_opts_pub.update_sys_acct_opts(p_api_version,
1084: p_init_msg_list,
1085: x_return_status,
1086: x_msg_count,
1087: x_msg_data,

Line 1285: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;

1281: , p6_a58 out nocopy JTF_VARCHAR2_TABLE_100
1282: )
1283:
1284: as
1285: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
1286: ddx_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
1287: ddindx binary_integer; indx binary_integer;
1288: begin
1289:

Line 1286: ddx_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;

1282: )
1283:
1284: as
1285: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
1286: ddx_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
1287: ddindx binary_integer; indx binary_integer;
1288: begin
1289:
1290: -- copy data to the local IN or IN-OUT args, if any

Line 1359: okl_sys_acct_opts_pub.update_sys_acct_opts(p_api_version,

1355: );
1356:
1357:
1358: -- here's the delegated call to the old PL/SQL routine
1359: okl_sys_acct_opts_pub.update_sys_acct_opts(p_api_version,
1360: p_init_msg_list,
1361: x_return_status,
1362: x_msg_count,
1363: x_msg_data,

Line 1503: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;

1499: , p5_a58 VARCHAR2 := fnd_api.g_miss_char
1500: )
1501:
1502: as
1503: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
1504: ddindx binary_integer; indx binary_integer;
1505: begin
1506:
1507: -- copy data to the local IN or IN-OUT args, if any

Line 1574: okl_sys_acct_opts_pub.delete_sys_acct_opts(p_api_version,

1570: ddp_saov_rec.secondary_rep_method := p5_a57;
1571: ddp_saov_rec.amort_inc_adj_rev_dt_yn := p5_a58;
1572:
1573: -- here's the delegated call to the old PL/SQL routine
1574: okl_sys_acct_opts_pub.delete_sys_acct_opts(p_api_version,
1575: p_init_msg_list,
1576: x_return_status,
1577: x_msg_count,
1578: x_msg_data,

Line 1656: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;

1652: , p5_a58 JTF_VARCHAR2_TABLE_100
1653: )
1654:
1655: as
1656: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
1657: ddindx binary_integer; indx binary_integer;
1658: begin
1659:
1660: -- copy data to the local IN or IN-OUT args, if any

Line 1728: okl_sys_acct_opts_pub.delete_sys_acct_opts(p_api_version,

1724: , p5_a58
1725: );
1726:
1727: -- here's the delegated call to the old PL/SQL routine
1728: okl_sys_acct_opts_pub.delete_sys_acct_opts(p_api_version,
1729: p_init_msg_list,
1730: x_return_status,
1731: x_msg_count,
1732: x_msg_data,

Line 1810: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;

1806: , p5_a58 VARCHAR2 := fnd_api.g_miss_char
1807: )
1808:
1809: as
1810: ddp_saov_rec okl_sys_acct_opts_pub.saov_rec_type;
1811: ddindx binary_integer; indx binary_integer;
1812: begin
1813:
1814: -- copy data to the local IN or IN-OUT args, if any

Line 1881: okl_sys_acct_opts_pub.validate_sys_acct_opts(p_api_version,

1877: ddp_saov_rec.secondary_rep_method := p5_a57;
1878: ddp_saov_rec.amort_inc_adj_rev_dt_yn := p5_a58;
1879:
1880: -- here's the delegated call to the old PL/SQL routine
1881: okl_sys_acct_opts_pub.validate_sys_acct_opts(p_api_version,
1882: p_init_msg_list,
1883: x_return_status,
1884: x_msg_count,
1885: x_msg_data,

Line 1963: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;

1959: , p5_a58 JTF_VARCHAR2_TABLE_100
1960: )
1961:
1962: as
1963: ddp_saov_tbl okl_sys_acct_opts_pub.saov_tbl_type;
1964: ddindx binary_integer; indx binary_integer;
1965: begin
1966:
1967: -- copy data to the local IN or IN-OUT args, if any

Line 2035: okl_sys_acct_opts_pub.validate_sys_acct_opts(p_api_version,

2031: , p5_a58
2032: );
2033:
2034: -- here's the delegated call to the old PL/SQL routine
2035: okl_sys_acct_opts_pub.validate_sys_acct_opts(p_api_version,
2036: p_init_msg_list,
2037: x_return_status,
2038: x_msg_count,
2039: x_msg_data,

Line 2050: end okl_sys_acct_opts_pub_w;

2046:
2047:
2048: end;
2049:
2050: end okl_sys_acct_opts_pub_w;