DBA Data[Home] [Help]

APPS.OKL_DEAL_CREATE_PUB_W dependencies on OKL_DEAL_CREATE_PUB

Line 1: package body okl_deal_create_pub_w as

1: package body okl_deal_create_pub_w as
2: /* $Header: OKLUDCRB.pls 120.2 2007/08/21 22:21:10 smereddy 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 25: procedure rosetta_table_copy_in_p7(t out nocopy okl_deal_create_pub.deal_tab_type, a0 JTF_NUMBER_TABLE

21: if n=b then return a; end if;
22: return n;
23: end;
24:
25: procedure rosetta_table_copy_in_p7(t out nocopy okl_deal_create_pub.deal_tab_type, a0 JTF_NUMBER_TABLE
26: , a1 JTF_VARCHAR2_TABLE_200
27: , a2 JTF_VARCHAR2_TABLE_2000
28: , a3 JTF_VARCHAR2_TABLE_100
29: , a4 JTF_VARCHAR2_TABLE_100

Line 210: procedure rosetta_table_copy_out_p7(t okl_deal_create_pub.deal_tab_type, a0 out nocopy JTF_NUMBER_TABLE

206: end loop;
207: end if;
208: end if;
209: end rosetta_table_copy_in_p7;
210: procedure rosetta_table_copy_out_p7(t okl_deal_create_pub.deal_tab_type, a0 out nocopy JTF_NUMBER_TABLE
211: , a1 out nocopy JTF_VARCHAR2_TABLE_200
212: , a2 out nocopy JTF_VARCHAR2_TABLE_2000
213: , a3 out nocopy JTF_VARCHAR2_TABLE_100
214: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 649: procedure rosetta_table_copy_in_p9(t out nocopy okl_deal_create_pub.party_tab_type, a0 JTF_NUMBER_TABLE

645: end if;
646: end if;
647: end rosetta_table_copy_out_p7;
648:
649: procedure rosetta_table_copy_in_p9(t out nocopy okl_deal_create_pub.party_tab_type, a0 JTF_NUMBER_TABLE
650: , a1 JTF_VARCHAR2_TABLE_100
651: , a2 JTF_VARCHAR2_TABLE_500
652: , a3 JTF_VARCHAR2_TABLE_500
653: , a4 JTF_VARCHAR2_TABLE_500

Line 714: procedure rosetta_table_copy_out_p9(t okl_deal_create_pub.party_tab_type, a0 out nocopy JTF_NUMBER_TABLE

710: end loop;
711: end if;
712: end if;
713: end rosetta_table_copy_in_p9;
714: procedure rosetta_table_copy_out_p9(t okl_deal_create_pub.party_tab_type, a0 out nocopy JTF_NUMBER_TABLE
715: , a1 out nocopy JTF_VARCHAR2_TABLE_100
716: , a2 out nocopy JTF_VARCHAR2_TABLE_500
717: , a3 out nocopy JTF_VARCHAR2_TABLE_500
718: , a4 out nocopy JTF_VARCHAR2_TABLE_500

Line 1029: ddp_durv_rec okl_deal_create_pub.deal_rec_type;

1025: , p5_a83 NUMBER := 0-1962.0724
1026: )
1027:
1028: as
1029: ddp_durv_rec okl_deal_create_pub.deal_rec_type;
1030: ddx_durv_rec okl_deal_create_pub.deal_rec_type;
1031: ddindx binary_integer; indx binary_integer;
1032: begin
1033:

Line 1030: ddx_durv_rec okl_deal_create_pub.deal_rec_type;

1026: )
1027:
1028: as
1029: ddp_durv_rec okl_deal_create_pub.deal_rec_type;
1030: ddx_durv_rec okl_deal_create_pub.deal_rec_type;
1031: ddindx binary_integer; indx binary_integer;
1032: begin
1033:
1034: -- copy data to the local IN or IN-OUT args, if any

Line 1127: okl_deal_create_pub.update_deal(p_api_version,

1123: ddp_durv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a83);
1124:
1125:
1126: -- here's the delegated call to the old PL/SQL routine
1127: okl_deal_create_pub.update_deal(p_api_version,
1128: p_init_msg_list,
1129: x_return_status,
1130: x_msg_count,
1131: x_msg_data,

Line 1404: ddp_durv_rec okl_deal_create_pub.deal_rec_type;

1400: , p5_a83 NUMBER := 0-1962.0724
1401: )
1402:
1403: as
1404: ddp_durv_rec okl_deal_create_pub.deal_rec_type;
1405: ddx_durv_rec okl_deal_create_pub.deal_rec_type;
1406: ddindx binary_integer; indx binary_integer;
1407: begin
1408:

Line 1405: ddx_durv_rec okl_deal_create_pub.deal_rec_type;

1401: )
1402:
1403: as
1404: ddp_durv_rec okl_deal_create_pub.deal_rec_type;
1405: ddx_durv_rec okl_deal_create_pub.deal_rec_type;
1406: ddindx binary_integer; indx binary_integer;
1407: begin
1408:
1409: -- copy data to the local IN or IN-OUT args, if any

Line 1502: okl_deal_create_pub.load_deal(p_api_version,

1498: ddp_durv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a83);
1499:
1500:
1501: -- here's the delegated call to the old PL/SQL routine
1502: okl_deal_create_pub.load_deal(p_api_version,
1503: p_init_msg_list,
1504: x_return_status,
1505: x_msg_count,
1506: x_msg_data,

Line 1657: okl_deal_create_pub.create_deal(p_api_version,

1653:
1654:
1655:
1656: -- here's the delegated call to the old PL/SQL routine
1657: okl_deal_create_pub.create_deal(p_api_version,
1658: p_init_msg_list,
1659: x_return_status,
1660: x_msg_count,
1661: x_msg_data,

Line 1760: ddp_kpl_rec okl_deal_create_pub.party_rec_type;

1756: , p5_a23 NUMBER := 0-1962.0724
1757: )
1758:
1759: as
1760: ddp_kpl_rec okl_deal_create_pub.party_rec_type;
1761: ddx_kpl_rec okl_deal_create_pub.party_rec_type;
1762: ddindx binary_integer; indx binary_integer;
1763: begin
1764:

Line 1761: ddx_kpl_rec okl_deal_create_pub.party_rec_type;

1757: )
1758:
1759: as
1760: ddp_kpl_rec okl_deal_create_pub.party_rec_type;
1761: ddx_kpl_rec okl_deal_create_pub.party_rec_type;
1762: ddindx binary_integer; indx binary_integer;
1763: begin
1764:
1765: -- copy data to the local IN or IN-OUT args, if any

Line 1798: okl_deal_create_pub.create_party(p_api_version,

1794: ddp_kpl_rec.cle_id := rosetta_g_miss_num_map(p5_a23);
1795:
1796:
1797: -- here's the delegated call to the old PL/SQL routine
1798: okl_deal_create_pub.create_party(p_api_version,
1799: p_init_msg_list,
1800: x_return_status,
1801: x_msg_count,
1802: x_msg_data,

Line 1895: ddp_kpl_rec okl_deal_create_pub.party_rec_type;

1891: , p5_a23 NUMBER := 0-1962.0724
1892: )
1893:
1894: as
1895: ddp_kpl_rec okl_deal_create_pub.party_rec_type;
1896: ddx_kpl_rec okl_deal_create_pub.party_rec_type;
1897: ddindx binary_integer; indx binary_integer;
1898: begin
1899:

Line 1896: ddx_kpl_rec okl_deal_create_pub.party_rec_type;

1892: )
1893:
1894: as
1895: ddp_kpl_rec okl_deal_create_pub.party_rec_type;
1896: ddx_kpl_rec okl_deal_create_pub.party_rec_type;
1897: ddindx binary_integer; indx binary_integer;
1898: begin
1899:
1900: -- copy data to the local IN or IN-OUT args, if any

Line 1933: okl_deal_create_pub.update_party(p_api_version,

1929: ddp_kpl_rec.cle_id := rosetta_g_miss_num_map(p5_a23);
1930:
1931:
1932: -- here's the delegated call to the old PL/SQL routine
1933: okl_deal_create_pub.update_party(p_api_version,
1934: p_init_msg_list,
1935: x_return_status,
1936: x_msg_count,
1937: x_msg_data,

Line 1974: end okl_deal_create_pub_w;

1970: p6_a22 := rosetta_g_miss_num_map(ddx_kpl_rec.dnz_chr_id);
1971: p6_a23 := rosetta_g_miss_num_map(ddx_kpl_rec.cle_id);
1972: end;
1973:
1974: end okl_deal_create_pub_w;