DBA Data[Home] [Help]

APPS.AMS_LIST_RULE_FIELDS_PVT_W dependencies on AMS_LIST_RULE_FIELDS_PVT

Line 1: package body ams_list_rule_fields_pvt_w as

1: package body ams_list_rule_fields_pvt_w as
2: /* $Header: amswrufb.pls 115.8 2002/11/22 08:57:51 jieli 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 46: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

42: , p7_a12 NUMBER := 0-1962.0724
43: , p7_a13 VARCHAR2 := fnd_api.g_miss_char
44: )
45: as
46: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
47: ddindx binary_integer; indx binary_integer;
48: begin
49:
50: -- copy data to the local IN or IN-OUT args, if any

Line 75: ams_list_rule_fields_pvt.create_list_rule_field(p_api_version,

71: ddp_rule_fld_rec.word_replacement_code := p7_a13;
72:
73:
74: -- here's the delegated call to the old PL/SQL routine
75: ams_list_rule_fields_pvt.create_list_rule_field(p_api_version,
76: p_init_msg_list,
77: p_commit,
78: p_validation_level,
79: x_return_status,

Line 119: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

115: , p7_a12 NUMBER := 0-1962.0724
116: , p7_a13 VARCHAR2 := fnd_api.g_miss_char
117: )
118: as
119: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
120: ddindx binary_integer; indx binary_integer;
121: begin
122:
123: -- copy data to the local IN or IN-OUT args, if any

Line 147: ams_list_rule_fields_pvt.update_list_rule_field(p_api_version,

143: ddp_rule_fld_rec.sequence_number := rosetta_g_miss_num_map(p7_a12);
144: ddp_rule_fld_rec.word_replacement_code := p7_a13;
145:
146: -- here's the delegated call to the old PL/SQL routine
147: ams_list_rule_fields_pvt.update_list_rule_field(p_api_version,
148: p_init_msg_list,
149: p_commit,
150: p_validation_level,
151: x_return_status,

Line 188: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

184: , p6_a12 NUMBER := 0-1962.0724
185: , p6_a13 VARCHAR2 := fnd_api.g_miss_char
186: )
187: as
188: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
189: ddindx binary_integer; indx binary_integer;
190: begin
191:
192: -- copy data to the local IN or IN-OUT args, if any

Line 215: ams_list_rule_fields_pvt.validate_list_rule_field(p_api_version,

211: ddp_rule_fld_rec.sequence_number := rosetta_g_miss_num_map(p6_a12);
212: ddp_rule_fld_rec.word_replacement_code := p6_a13;
213:
214: -- here's the delegated call to the old PL/SQL routine
215: ams_list_rule_fields_pvt.validate_list_rule_field(p_api_version,
216: p_init_msg_list,
217: p_validation_level,
218: x_return_status,
219: x_msg_count,

Line 250: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

246: , p2_a12 NUMBER := 0-1962.0724
247: , p2_a13 VARCHAR2 := fnd_api.g_miss_char
248: )
249: as
250: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
251: ddindx binary_integer; indx binary_integer;
252: begin
253:
254: -- copy data to the local IN or IN-OUT args, if any

Line 273: ams_list_rule_fields_pvt.check_items(p_validation_mode,

269: ddp_rule_fld_rec.sequence_number := rosetta_g_miss_num_map(p2_a12);
270: ddp_rule_fld_rec.word_replacement_code := p2_a13;
271:
272: -- here's the delegated call to the old PL/SQL routine
273: ams_list_rule_fields_pvt.check_items(p_validation_mode,
274: x_return_status,
275: ddp_rule_fld_rec);
276:
277: -- copy data back from the local OUT or IN-OUT args, if any

Line 300: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

296: , p1_a12 NUMBER := 0-1962.0724
297: , p1_a13 VARCHAR2 := fnd_api.g_miss_char
298: )
299: as
300: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
301: ddindx binary_integer; indx binary_integer;
302: begin
303:
304: -- copy data to the local IN or IN-OUT args, if any

Line 323: ams_list_rule_fields_pvt.check_req_items(p_validation_mode,

319: ddp_rule_fld_rec.word_replacement_code := p1_a13;
320:
321:
322: -- here's the delegated call to the old PL/SQL routine
323: ams_list_rule_fields_pvt.check_req_items(p_validation_mode,
324: ddp_rule_fld_rec,
325: x_return_status);
326:
327: -- copy data back from the local OUT or IN-OUT args, if any

Line 349: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

345: , p0_a12 NUMBER := 0-1962.0724
346: , p0_a13 VARCHAR2 := fnd_api.g_miss_char
347: )
348: as
349: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
350: ddindx binary_integer; indx binary_integer;
351: begin
352:
353: -- copy data to the local IN or IN-OUT args, if any

Line 371: ams_list_rule_fields_pvt.check_fk_items(ddp_rule_fld_rec,

367: ddp_rule_fld_rec.word_replacement_code := p0_a13;
368:
369:
370: -- here's the delegated call to the old PL/SQL routine
371: ams_list_rule_fields_pvt.check_fk_items(ddp_rule_fld_rec,
372: x_return_status);
373:
374: -- copy data back from the local OUT or IN-OUT args, if any
375:

Line 396: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

392: , p1_a12 NUMBER := 0-1962.0724
393: , p1_a13 VARCHAR2 := fnd_api.g_miss_char
394: )
395: as
396: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
397: ddindx binary_integer; indx binary_integer;
398: begin
399:
400: -- copy data to the local IN or IN-OUT args, if any

Line 419: ams_list_rule_fields_pvt.check_uk_items(p_validation_mode,

415: ddp_rule_fld_rec.word_replacement_code := p1_a13;
416:
417:
418: -- here's the delegated call to the old PL/SQL routine
419: ams_list_rule_fields_pvt.check_uk_items(p_validation_mode,
420: ddp_rule_fld_rec,
421: x_return_status);
422:
423: -- copy data back from the local OUT or IN-OUT args, if any

Line 458: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

454: , p0_a12 NUMBER := 0-1962.0724
455: , p0_a13 VARCHAR2 := fnd_api.g_miss_char
456: )
457: as
458: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
459: ddx_complete_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
460: ddindx binary_integer; indx binary_integer;
461: begin
462:

Line 459: ddx_complete_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

455: , p0_a13 VARCHAR2 := fnd_api.g_miss_char
456: )
457: as
458: ddp_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
459: ddx_complete_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
460: ddindx binary_integer; indx binary_integer;
461: begin
462:
463: -- copy data to the local IN or IN-OUT args, if any

Line 481: ams_list_rule_fields_pvt.complete_rec(ddp_rule_fld_rec,

477: ddp_rule_fld_rec.word_replacement_code := p0_a13;
478:
479:
480: -- here's the delegated call to the old PL/SQL routine
481: ams_list_rule_fields_pvt.complete_rec(ddp_rule_fld_rec,
482: ddx_complete_rec);
483:
484: -- copy data back from the local OUT or IN-OUT args, if any
485:

Line 518: ddx_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;

514: , p0_a12 OUT NOCOPY NUMBER
515: , p0_a13 OUT NOCOPY VARCHAR2
516: )
517: as
518: ddx_rule_fld_rec ams_list_rule_fields_pvt.rule_fld_rec_type;
519: ddindx binary_integer; indx binary_integer;
520: begin
521:
522: -- copy data to the local IN or IN-OUT args, if any

Line 525: ams_list_rule_fields_pvt.init_rec(ddx_rule_fld_rec);

521:
522: -- copy data to the local IN or IN-OUT args, if any
523:
524: -- here's the delegated call to the old PL/SQL routine
525: ams_list_rule_fields_pvt.init_rec(ddx_rule_fld_rec);
526:
527: -- copy data back from the local OUT or IN-OUT args, if any
528: p0_a0 := rosetta_g_miss_num_map(ddx_rule_fld_rec.list_rule_field_id);
529: p0_a1 := ddx_rule_fld_rec.last_update_date;

Line 544: end ams_list_rule_fields_pvt_w;

540: p0_a12 := rosetta_g_miss_num_map(ddx_rule_fld_rec.sequence_number);
541: p0_a13 := ddx_rule_fld_rec.word_replacement_code;
542: end;
543:
544: end ams_list_rule_fields_pvt_w;