DBA Data[Home] [Help]

APPS.AS_INTEREST_PUB_W dependencies on AS_INTEREST_PUB

Line 1: package body as_interest_pub_w as

1: package body as_interest_pub_w as
2: /* $Header: asxwintb.pls 115.14 2003/11/06 13:58:30 gbatra 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 22: procedure rosetta_table_copy_in_p2(t out nocopy as_interest_pub.interest_tbl_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p2(t out nocopy as_interest_pub.interest_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 113: procedure rosetta_table_copy_out_p2(t as_interest_pub.interest_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

109: end loop;
110: end if;
111: end if;
112: end rosetta_table_copy_in_p2;
113: procedure rosetta_table_copy_out_p2(t as_interest_pub.interest_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
114: , a1 out nocopy JTF_NUMBER_TABLE
115: , a2 out nocopy JTF_NUMBER_TABLE
116: , a3 out nocopy JTF_NUMBER_TABLE
117: , a4 out nocopy JTF_NUMBER_TABLE

Line 317: procedure rosetta_table_copy_in_p5(t out nocopy as_interest_pub.interest_code_tbl_type, a0 JTF_NUMBER_TABLE

313: end if;
314: end if;
315: end rosetta_table_copy_out_p2;
316:
317: procedure rosetta_table_copy_in_p5(t out nocopy as_interest_pub.interest_code_tbl_type, a0 JTF_NUMBER_TABLE
318: , a1 JTF_VARCHAR2_TABLE_100
319: , a2 JTF_NUMBER_TABLE
320: , a3 JTF_NUMBER_TABLE
321: , a4 JTF_VARCHAR2_TABLE_100

Line 398: procedure rosetta_table_copy_out_p5(t as_interest_pub.interest_code_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

394: end loop;
395: end if;
396: end if;
397: end rosetta_table_copy_in_p5;
398: procedure rosetta_table_copy_out_p5(t as_interest_pub.interest_code_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
399: , a1 out nocopy JTF_VARCHAR2_TABLE_100
400: , a2 out nocopy JTF_NUMBER_TABLE
401: , a3 out nocopy JTF_NUMBER_TABLE
402: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 639: ddp_interest_rec as_interest_pub.interest_rec_type;

635: , p14_a4 VARCHAR2 := fnd_api.g_miss_char
636: )
637:
638: as
639: ddp_interest_rec as_interest_pub.interest_rec_type;
640: ddp_access_profile_rec as_access_pub.access_profile_rec_type;
641: ddindx binary_integer; indx binary_integer;
642: begin
643:

Line 707: as_interest_pub.create_interest(p_api_version_number,

703:
704:
705:
706: -- here's the delegated call to the old PL/SQL routine
707: as_interest_pub.create_interest(p_api_version_number,
708: p_init_msg_list,
709: p_commit,
710: p_validation_level,
711: ddp_interest_rec,

Line 806: ddp_interest_rec as_interest_pub.interest_rec_type;

802: , p10_a4 VARCHAR2 := fnd_api.g_miss_char
803: )
804:
805: as
806: ddp_interest_rec as_interest_pub.interest_rec_type;
807: ddp_access_profile_rec as_access_pub.access_profile_rec_type;
808: ddindx binary_integer; indx binary_integer;
809: begin
810:

Line 870: as_interest_pub.update_interest(p_api_version_number,

866:
867:
868:
869: -- here's the delegated call to the old PL/SQL routine
870: as_interest_pub.update_interest(p_api_version_number,
871: p_init_msg_list,
872: p_commit,
873: p_validation_level,
874: p_identity_salesforce_id,

Line 960: ddp_interest_rec as_interest_pub.interest_rec_type;

956: , p10_a4 VARCHAR2 := fnd_api.g_miss_char
957: )
958:
959: as
960: ddp_interest_rec as_interest_pub.interest_rec_type;
961: ddp_access_profile_rec as_access_pub.access_profile_rec_type;
962: ddindx binary_integer; indx binary_integer;
963: begin
964:

Line 1023: as_interest_pub.delete_interest(p_api_version_number,

1019:
1020:
1021:
1022: -- here's the delegated call to the old PL/SQL routine
1023: as_interest_pub.delete_interest(p_api_version_number,
1024: p_init_msg_list,
1025: p_commit,
1026: p_validation_level,
1027: p_identity_salesforce_id,

Line 1054: end as_interest_pub_w;

1050:
1051:
1052: end;
1053:
1054: end as_interest_pub_w;