DBA Data[Home] [Help]

APPS.AS_INTEREST_TYPES_PUB_W dependencies on AS_INTEREST_TYPES_PUB

Line 1: package body as_interest_types_pub_w as

1: package body as_interest_types_pub_w as
2: /* $Header: asxwinyb.pls 115.0 2003/10/09 14:52:58 gbatra 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 51: ddp_interest_type_rec as_interest_types_pub.interest_type_rec_type;

47: , p7_a17 NUMBER := 0-1962.0724
48: )
49:
50: as
51: ddp_interest_type_rec as_interest_types_pub.interest_type_rec_type;
52: ddindx binary_integer; indx binary_integer;
53: begin
54:
55: -- copy data to the local IN or IN-OUT args, if any

Line 84: as_interest_types_pub.create_interest_type(p_api_version_number,

80: ddp_interest_type_rec.prod_cat_id := rosetta_g_miss_num_map(p7_a17);
81:
82:
83: -- here's the delegated call to the old PL/SQL routine
84: as_interest_types_pub.create_interest_type(p_api_version_number,
85: p_init_msg_list,
86: p_commit,
87: p_validation_level,
88: x_return_status,

Line 133: ddp_interest_type_rec as_interest_types_pub.interest_type_rec_type;

129: , p7_a17 NUMBER := 0-1962.0724
130: )
131:
132: as
133: ddp_interest_type_rec as_interest_types_pub.interest_type_rec_type;
134: ddindx binary_integer; indx binary_integer;
135: begin
136:
137: -- copy data to the local IN or IN-OUT args, if any

Line 165: as_interest_types_pub.update_interest_type(p_api_version_number,

161: ddp_interest_type_rec.prod_cat_set_id := rosetta_g_miss_num_map(p7_a16);
162: ddp_interest_type_rec.prod_cat_id := rosetta_g_miss_num_map(p7_a17);
163:
164: -- here's the delegated call to the old PL/SQL routine
165: as_interest_types_pub.update_interest_type(p_api_version_number,
166: p_init_msg_list,
167: p_commit,
168: p_validation_level,
169: x_return_status,

Line 184: end as_interest_types_pub_w;

180:
181:
182: end;
183:
184: end as_interest_types_pub_w;