DBA Data[Home] [Help]

APPS.AMS_ATTACHMENT_PVT_W dependencies on AMS_ATTACHMENT_PVT

Line 1: package body ams_attachment_pvt_w as

1: package body ams_attachment_pvt_w as
2: /* $Header: amswatcb.pls 115.4 2003/05/06 12:46:50 mayjain 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 59: ddp_fnd_attachment_rec ams_attachment_pvt.fnd_attachment_rec_type;

55: , p7_a24 DATE := fnd_api.g_miss_date
56: )
57:
58: as
59: ddp_fnd_attachment_rec ams_attachment_pvt.fnd_attachment_rec_type;
60: ddindx binary_integer; indx binary_integer;
61: begin
62:
63: -- copy data to the local IN or IN-OUT args, if any

Line 100: ams_attachment_pvt.create_fnd_attachment(p_api_version_number,

96:
97:
98:
99: -- here's the delegated call to the old PL/SQL routine
100: ams_attachment_pvt.create_fnd_attachment(p_api_version_number,
101: p_init_msg_list,
102: p_commit,
103: p_validation_level,
104: x_return_status,

Line 158: ddp_fnd_attachment_rec ams_attachment_pvt.fnd_attachment_rec_type;

154: , p7_a24 DATE := fnd_api.g_miss_date
155: )
156:
157: as
158: ddp_fnd_attachment_rec ams_attachment_pvt.fnd_attachment_rec_type;
159: ddindx binary_integer; indx binary_integer;
160: begin
161:
162: -- copy data to the local IN or IN-OUT args, if any

Line 197: ams_attachment_pvt.update_fnd_attachment(p_api_version_number,

193: ddp_fnd_attachment_rec.usage_type := p7_a23;
194: ddp_fnd_attachment_rec.concur_last_update_date := rosetta_g_miss_date_in_map(p7_a24);
195:
196: -- here's the delegated call to the old PL/SQL routine
197: ams_attachment_pvt.update_fnd_attachment(p_api_version_number,
198: p_init_msg_list,
199: p_commit,
200: p_validation_level,
201: x_return_status,

Line 216: end ams_attachment_pvt_w;

212:
213:
214: end;
215:
216: end ams_attachment_pvt_w;