DBA Data[Home] [Help]

APPS.AMS_TRACKING_PVT_W dependencies on AMS_TRACKING_PVT

Line 1: package body ams_tracking_pvt_w as

1: package body ams_tracking_pvt_w as
2: /* $Header: amswtrkb.pls 120.2 2006/01/05 13:24 rrajesh 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 51: ddp_track_rec ams_tracking_pvt.interaction_track_rec_type;

47: , p8_a17 NUMBER := 0-1962.0724
48: )
49:
50: as
51: ddp_track_rec ams_tracking_pvt.interaction_track_rec_type;
52: ddindx binary_integer; indx binary_integer;
53: begin
54:
55: -- copy data to the local IN or IN-OUT args, if any

Line 84: ams_tracking_pvt.log_interaction(p_api_version_number,

80: ddp_track_rec.flavour := p8_a16;
81: ddp_track_rec.web_tracking_id := rosetta_g_miss_num_map(p8_a17);
82:
83: -- here's the delegated call to the old PL/SQL routine
84: ams_tracking_pvt.log_interaction(p_api_version_number,
85: p_init_msg_list,
86: p_commit,
87: p_validation_level,
88: x_return_status,

Line 129: ddtracking_rec ams_tracking_pvt.interaction_track_rec_type;

125: , p0_a17 NUMBER := 0-1962.0724
126: )
127:
128: as
129: ddtracking_rec ams_tracking_pvt.interaction_track_rec_type;
130: ddindx binary_integer; indx binary_integer;
131: begin
132:
133: -- copy data to the local IN or IN-OUT args, if any

Line 157: ams_tracking_pvt.log_redirect(ddtracking_rec,

153:
154:
155:
156: -- here's the delegated call to the old PL/SQL routine
157: ams_tracking_pvt.log_redirect(ddtracking_rec,
158: x_redirect_url,
159: x_interaction_id,
160: x_action_parameter_code);
161:

Line 194: ddtracking_rec ams_tracking_pvt.interaction_track_rec_type;

190: , p0_a17 NUMBER := 0-1962.0724
191: )
192:
193: as
194: ddtracking_rec ams_tracking_pvt.interaction_track_rec_type;
195: ddindx binary_integer; indx binary_integer;
196: begin
197:
198: -- copy data to the local IN or IN-OUT args, if any

Line 224: ams_tracking_pvt.weblite_log(ddtracking_rec,

220:
221:
222:
223: -- here's the delegated call to the old PL/SQL routine
224: ams_tracking_pvt.weblite_log(ddtracking_rec,
225: x_interaction_id,
226: x_msource,
227: x_return_status,
228: x_msg_count,

Line 239: end ams_tracking_pvt_w;

235:
236:
237: end;
238:
239: end ams_tracking_pvt_w;