DBA Data[Home] [Help]

APPS.AMS_UTILITY_PVT_W dependencies on AMS_UTILITY_PVT

Line 1: package body ams_utility_pvt_w as

1: package body ams_utility_pvt_w as
2: /* $Header: amswutlb.pls 115.5 2003/01/20 19:18:40 yzhao 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_p45(t out nocopy ams_utility_pvt.dependent_objects_tbl_type, a0 JTF_VARCHAR2_TABLE_300

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p45(t out nocopy ams_utility_pvt.dependent_objects_tbl_type, a0 JTF_VARCHAR2_TABLE_300
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_VARCHAR2_TABLE_100
25: , a3 JTF_VARCHAR2_TABLE_300
26: , a4 JTF_VARCHAR2_TABLE_100

Line 49: procedure rosetta_table_copy_out_p45(t ams_utility_pvt.dependent_objects_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_300

45: end loop;
46: end if;
47: end if;
48: end rosetta_table_copy_in_p45;
49: procedure rosetta_table_copy_out_p45(t ams_utility_pvt.dependent_objects_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_300
50: , a1 out nocopy JTF_VARCHAR2_TABLE_100
51: , a2 out nocopy JTF_VARCHAR2_TABLE_100
52: , a3 out nocopy JTF_VARCHAR2_TABLE_300
53: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 127: ams_utility_pvt.create_log(x_return_status,

123: ddp_notification_creat_date := rosetta_g_miss_date_in_map(p_notification_creat_date);
124:
125:
126: -- here's the delegated call to the old PL/SQL routine
127: ams_utility_pvt.create_log(x_return_status,
128: p_arc_log_used_by,
129: p_log_used_by_id,
130: p_msg_data,
131: p_msg_level,

Line 176: ams_utility_pvt.convert_currency(x_return_status,

172:
173:
174:
175: -- here's the delegated call to the old PL/SQL routine
176: ams_utility_pvt.convert_currency(x_return_status,
177: p_from_currency,
178: p_to_currency,
179: ddp_conv_date,
180: p_from_amount,

Line 217: ams_utility_pvt.convert_timezone(p_init_msg_list,

213:
214:
215:
216: -- here's the delegated call to the old PL/SQL routine
217: ams_utility_pvt.convert_timezone(p_init_msg_list,
218: x_return_status,
219: x_msg_count,
220: x_msg_data,
221: p_user_tz_id,

Line 264: ams_utility_pvt.convert_currency(p_set_of_books_id,

260:
261:
262:
263: -- here's the delegated call to the old PL/SQL routine
264: ams_utility_pvt.convert_currency(p_set_of_books_id,
265: p_from_currency,
266: ddp_conversion_date,
267: p_conversion_type,
268: p_conversion_rate,

Line 317: ams_utility_pvt.calculate_functional_curr(p_from_amount,

313:
314:
315:
316: -- here's the delegated call to the old PL/SQL routine
317: ams_utility_pvt.calculate_functional_curr(p_from_amount,
318: ddp_conv_date,
319: p_tc_currency_code,
320: p_org_id,
321: x_to_amount,

Line 370: ams_utility_pvt.convert_currency(p_from_currency,

366:
367:
368:
369: -- here's the delegated call to the old PL/SQL routine
370: ams_utility_pvt.convert_currency(p_from_currency,
371: p_to_currency,
372: p_conv_type,
373: p_conv_rate,
374: ddp_conv_date,

Line 391: end ams_utility_pvt_w;

387:
388:
389: end;
390:
391: end ams_utility_pvt_w;