DBA Data[Home] [Help]

APPS.AML_TIMEFRAME_PUB_W dependencies on AML_TIMEFRAME_PUB

Line 1: package body aml_timeframe_pub_w as

1: package body aml_timeframe_pub_w as
2: /* $Header: amlwtfrb.pls 115.1 2003/01/03 18:45:19 chchandr 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 22: procedure rosetta_table_copy_in_p3(t out nocopy aml_timeframe_pub.timeframe_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_p3(t out nocopy aml_timeframe_pub.timeframe_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_DATE_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 57: procedure rosetta_table_copy_out_p3(t aml_timeframe_pub.timeframe_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

53: end loop;
54: end if;
55: end if;
56: end rosetta_table_copy_in_p3;
57: procedure rosetta_table_copy_out_p3(t aml_timeframe_pub.timeframe_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
58: , a1 out nocopy JTF_VARCHAR2_TABLE_100
59: , a2 out nocopy JTF_NUMBER_TABLE
60: , a3 out nocopy JTF_DATE_TABLE
61: , a4 out nocopy JTF_NUMBER_TABLE

Line 148: ddp_timeframe_rec aml_timeframe_pub.timeframe_rec_type;

144: )
145:
146: as
147: ddp_profile_tbl as_utility_pub.profile_tbl_type;
148: ddp_timeframe_rec aml_timeframe_pub.timeframe_rec_type;
149: ddindx binary_integer; indx binary_integer;
150: begin
151:
152: -- copy data to the local IN or IN-OUT args, if any

Line 180: aml_timeframe_pub.create_timeframe(p_api_version_number,

176:
177:
178:
179: -- here's the delegated call to the old PL/SQL routine
180: aml_timeframe_pub.create_timeframe(p_api_version_number,
181: p_init_msg_list,
182: p_commit,
183: p_validation_level,
184: p_check_access_flag,

Line 237: ddp_timeframe_rec aml_timeframe_pub.timeframe_rec_type;

233: )
234:
235: as
236: ddp_profile_tbl as_utility_pub.profile_tbl_type;
237: ddp_timeframe_rec aml_timeframe_pub.timeframe_rec_type;
238: ddindx binary_integer; indx binary_integer;
239: begin
240:
241: -- copy data to the local IN or IN-OUT args, if any

Line 268: aml_timeframe_pub.update_timeframe(p_api_version_number,

264:
265:
266:
267: -- here's the delegated call to the old PL/SQL routine
268: aml_timeframe_pub.update_timeframe(p_api_version_number,
269: p_init_msg_list,
270: p_commit,
271: p_validation_level,
272: p_check_access_flag,

Line 323: ddp_timeframe_rec aml_timeframe_pub.timeframe_rec_type;

319: )
320:
321: as
322: ddp_profile_tbl as_utility_pub.profile_tbl_type;
323: ddp_timeframe_rec aml_timeframe_pub.timeframe_rec_type;
324: ddindx binary_integer; indx binary_integer;
325: begin
326:
327: -- copy data to the local IN or IN-OUT args, if any

Line 354: aml_timeframe_pub.delete_timeframe(p_api_version_number,

350:
351:
352:
353: -- here's the delegated call to the old PL/SQL routine
354: aml_timeframe_pub.delete_timeframe(p_api_version_number,
355: p_init_msg_list,
356: p_commit,
357: p_validation_level,
358: p_check_access_flag,

Line 383: end aml_timeframe_pub_w;

379:
380:
381: end;
382:
383: end aml_timeframe_pub_w;