DBA Data[Home] [Help]

APPS.AML_MONITOR_CONDITIONS_PUB_W dependencies on AML_MONITOR_CONDITIONS_PUB

Line 1: package body aml_monitor_conditions_pub_w as

1: package body aml_monitor_conditions_pub_w as
2: /* $Header: amlwlmcb.pls 115.0 2002/12/06 02:01:37 ajchatto 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 77: ddp_condition_rec aml_monitor_conditions_pub.condition_rec_type;

73: , p5_a42 VARCHAR2 := fnd_api.g_miss_char
74: )
75:
76: as
77: ddp_condition_rec aml_monitor_conditions_pub.condition_rec_type;
78: ddindx binary_integer; indx binary_integer;
79: begin
80:
81: -- copy data to the local IN or IN-OUT args, if any

Line 136: aml_monitor_conditions_pub.create_monitor_condition(p_api_version_number,

132:
133:
134:
135: -- here's the delegated call to the old PL/SQL routine
136: aml_monitor_conditions_pub.create_monitor_condition(p_api_version_number,
137: p_init_msg_list,
138: p_commit,
139: p_validation_level,
140: p_identity_resource_id,

Line 213: ddp_condition_rec aml_monitor_conditions_pub.condition_rec_type;

209: , p5_a42 VARCHAR2 := fnd_api.g_miss_char
210: )
211:
212: as
213: ddp_condition_rec aml_monitor_conditions_pub.condition_rec_type;
214: ddindx binary_integer; indx binary_integer;
215: begin
216:
217: -- copy data to the local IN or IN-OUT args, if any

Line 271: aml_monitor_conditions_pub.update_monitor_condition(p_api_version_number,

267:
268:
269:
270: -- here's the delegated call to the old PL/SQL routine
271: aml_monitor_conditions_pub.update_monitor_condition(p_api_version_number,
272: p_init_msg_list,
273: p_commit,
274: p_validation_level,
275: p_identity_salesforce_id,

Line 346: ddp_condition_rec aml_monitor_conditions_pub.condition_rec_type;

342: , p5_a42 VARCHAR2 := fnd_api.g_miss_char
343: )
344:
345: as
346: ddp_condition_rec aml_monitor_conditions_pub.condition_rec_type;
347: ddindx binary_integer; indx binary_integer;
348: begin
349:
350: -- copy data to the local IN or IN-OUT args, if any

Line 404: aml_monitor_conditions_pub.delete_monitor_condition(p_api_version_number,

400:
401:
402:
403: -- here's the delegated call to the old PL/SQL routine
404: aml_monitor_conditions_pub.delete_monitor_condition(p_api_version_number,
405: p_init_msg_list,
406: p_commit,
407: p_validation_level,
408: p_identity_salesforce_id,

Line 425: end aml_monitor_conditions_pub_w;

421:
422:
423: end;
424:
425: end aml_monitor_conditions_pub_w;