DBA Data[Home] [Help]

APPS.AS_INTEREST_CODES_PUB_W dependencies on AS_INTEREST_CODES_PUB

Line 1: package body as_interest_codes_pub_w as

1: package body as_interest_codes_pub_w as
2: /* $Header: asxwincb.pls 115.0 2003/10/09 14:52:57 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 72: ddp_interest_code_rec as_interest_codes_pub.interest_code_rec_type;

68: , p7_a38 NUMBER := 0-1962.0724
69: )
70:
71: as
72: ddp_interest_code_rec as_interest_codes_pub.interest_code_rec_type;
73: ddindx binary_integer; indx binary_integer;
74: begin
75:
76: -- copy data to the local IN or IN-OUT args, if any

Line 126: as_interest_codes_pub.create_interest_code(p_api_version_number,

122: ddp_interest_code_rec.prod_cat_id := rosetta_g_miss_num_map(p7_a38);
123:
124:
125: -- here's the delegated call to the old PL/SQL routine
126: as_interest_codes_pub.create_interest_code(p_api_version_number,
127: p_init_msg_list,
128: p_commit,
129: p_validation_level,
130: x_return_status,

Line 196: ddp_interest_code_rec as_interest_codes_pub.interest_code_rec_type;

192: , p7_a38 NUMBER := 0-1962.0724
193: )
194:
195: as
196: ddp_interest_code_rec as_interest_codes_pub.interest_code_rec_type;
197: ddindx binary_integer; indx binary_integer;
198: begin
199:
200: -- copy data to the local IN or IN-OUT args, if any

Line 249: as_interest_codes_pub.update_interest_code(p_api_version_number,

245: ddp_interest_code_rec.prod_cat_set_id := rosetta_g_miss_num_map(p7_a37);
246: ddp_interest_code_rec.prod_cat_id := rosetta_g_miss_num_map(p7_a38);
247:
248: -- here's the delegated call to the old PL/SQL routine
249: as_interest_codes_pub.update_interest_code(p_api_version_number,
250: p_init_msg_list,
251: p_commit,
252: p_validation_level,
253: x_return_status,

Line 268: end as_interest_codes_pub_w;

264:
265:
266: end;
267:
268: end as_interest_codes_pub_w;