DBA Data[Home] [Help]

APPS.JTF_AMV_ATTACHMENT_PUB_W dependencies on JTF_AMV_ATTACHMENT_PUB

Line 1: package body jtf_amv_attachment_pub_w as

1: package body jtf_amv_attachment_pub_w as
2: /* $Header: jtfpatwb.pls 120.3 2005/09/13 11:10:04 vimohan 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 88: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;

84: , p7_a51 VARCHAR2 := fnd_api.g_miss_char
85: )
86:
87: as
88: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
89: ddindx binary_integer; indx binary_integer;
90: begin
91:
92: -- copy data to the local IN or IN-OUT args, if any

Line 155: jtf_amv_attachment_pub.create_act_attachment(p_api_version,

151: ddp_act_attachment_rec.attachment_sub_type := p7_a51;
152:
153:
154: -- here's the delegated call to the old PL/SQL routine
155: jtf_amv_attachment_pub.create_act_attachment(p_api_version,
156: p_init_msg_list,
157: p_commit,
158: p_validation_level,
159: x_return_status,

Line 238: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;

234: , p7_a51 VARCHAR2 := fnd_api.g_miss_char
235: )
236:
237: as
238: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
239: ddindx binary_integer; indx binary_integer;
240: begin
241:
242: -- copy data to the local IN or IN-OUT args, if any

Line 304: jtf_amv_attachment_pub.update_act_attachment(p_api_version,

300: ddp_act_attachment_rec.secured_flag := p7_a50;
301: ddp_act_attachment_rec.attachment_sub_type := p7_a51;
302:
303: -- here's the delegated call to the old PL/SQL routine
304: jtf_amv_attachment_pub.update_act_attachment(p_api_version,
305: p_init_msg_list,
306: p_commit,
307: p_validation_level,
308: x_return_status,

Line 384: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;

380: , p6_a51 VARCHAR2 := fnd_api.g_miss_char
381: )
382:
383: as
384: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
385: ddindx binary_integer; indx binary_integer;
386: begin
387:
388: -- copy data to the local IN or IN-OUT args, if any

Line 449: jtf_amv_attachment_pub.validate_act_attachment(p_api_version,

445: ddp_act_attachment_rec.secured_flag := p6_a50;
446: ddp_act_attachment_rec.attachment_sub_type := p6_a51;
447:
448: -- here's the delegated call to the old PL/SQL routine
449: jtf_amv_attachment_pub.validate_act_attachment(p_api_version,
450: p_init_msg_list,
451: p_validation_level,
452: x_return_status,
453: x_msg_count,

Line 523: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;

519: , p0_a51 VARCHAR2 := fnd_api.g_miss_char
520: )
521:
522: as
523: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
524: ddindx binary_integer; indx binary_integer;
525: begin
526:
527: -- copy data to the local IN or IN-OUT args, if any

Line 584: jtf_amv_attachment_pub.check_act_attachment_items(ddp_act_attachment_rec,

580:
581:
582:
583: -- here's the delegated call to the old PL/SQL routine
584: jtf_amv_attachment_pub.check_act_attachment_items(ddp_act_attachment_rec,
585: p_validation_mode,
586: x_return_status);
587:
588: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 701: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;

697: , p1_a51 VARCHAR2 := fnd_api.g_miss_char
698: )
699:
700: as
701: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
702: ddp_complete_rec jtf_amv_attachment_pub.act_attachment_rec_type;
703: ddindx binary_integer; indx binary_integer;
704: begin
705:

Line 702: ddp_complete_rec jtf_amv_attachment_pub.act_attachment_rec_type;

698: )
699:
700: as
701: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
702: ddp_complete_rec jtf_amv_attachment_pub.act_attachment_rec_type;
703: ddindx binary_integer; indx binary_integer;
704: begin
705:
706: -- copy data to the local IN or IN-OUT args, if any

Line 815: jtf_amv_attachment_pub.check_act_attachment_record(ddp_act_attachment_rec,

811: ddp_complete_rec.attachment_sub_type := p1_a51;
812:
813:
814: -- here's the delegated call to the old PL/SQL routine
815: jtf_amv_attachment_pub.check_act_attachment_record(ddp_act_attachment_rec,
816: ddp_complete_rec,
817: x_return_status);
818:
819: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 879: ddx_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;

875: , p0_a51 out nocopy VARCHAR2
876: )
877:
878: as
879: ddx_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
880: ddindx binary_integer; indx binary_integer;
881: begin
882:
883: -- copy data to the local IN or IN-OUT args, if any

Line 886: jtf_amv_attachment_pub.miss_act_attachment_rec(ddx_act_attachment_rec);

882:
883: -- copy data to the local IN or IN-OUT args, if any
884:
885: -- here's the delegated call to the old PL/SQL routine
886: jtf_amv_attachment_pub.miss_act_attachment_rec(ddx_act_attachment_rec);
887:
888: -- copy data back from the local variables to OUT or IN-OUT args, if any
889: p0_a0 := rosetta_g_miss_num_map(ddx_act_attachment_rec.attachment_id);
890: p0_a1 := ddx_act_attachment_rec.last_update_date;

Line 1050: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;

1046: , p0_a51 VARCHAR2 := fnd_api.g_miss_char
1047: )
1048:
1049: as
1050: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
1051: ddx_complete_rec jtf_amv_attachment_pub.act_attachment_rec_type;
1052: ddindx binary_integer; indx binary_integer;
1053: begin
1054:

Line 1051: ddx_complete_rec jtf_amv_attachment_pub.act_attachment_rec_type;

1047: )
1048:
1049: as
1050: ddp_act_attachment_rec jtf_amv_attachment_pub.act_attachment_rec_type;
1051: ddx_complete_rec jtf_amv_attachment_pub.act_attachment_rec_type;
1052: ddindx binary_integer; indx binary_integer;
1053: begin
1054:
1055: -- copy data to the local IN or IN-OUT args, if any

Line 1111: jtf_amv_attachment_pub.complete_act_attachment_rec(ddp_act_attachment_rec,

1107: ddp_act_attachment_rec.attachment_sub_type := p0_a51;
1108:
1109:
1110: -- here's the delegated call to the old PL/SQL routine
1111: jtf_amv_attachment_pub.complete_act_attachment_rec(ddp_act_attachment_rec,
1112: ddx_complete_rec);
1113:
1114: -- copy data back from the local variables to OUT or IN-OUT args, if any
1115:

Line 1170: end jtf_amv_attachment_pub_w;

1166: p1_a50 := ddx_complete_rec.secured_flag;
1167: p1_a51 := ddx_complete_rec.attachment_sub_type;
1168: end;
1169:
1170: end jtf_amv_attachment_pub_w;