DBA Data[Home] [Help]

APPS.AHL_VWP_DEPT_SHIFTS_PUB_W dependencies on AHL_VWP_DEPT_SHIFTS_PUB

Line 1: package body ahl_vwp_dept_shifts_pub_w as

1: package body ahl_vwp_dept_shifts_pub_w as
2: /* $Header: AHLWDSHB.pls 115.2 2002/11/22 23:16:48 ssurapan 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 59: ddp_x_vwp_deptshift_rec ahl_vwp_dept_shifts_pub.vwp_deptshift_rec;

55: , p9_a33 in out nocopy VARCHAR2
56: )
57:
58: as
59: ddp_x_vwp_deptshift_rec ahl_vwp_dept_shifts_pub.vwp_deptshift_rec;
60: ddindx binary_integer; indx binary_integer;
61: begin
62:
63: -- copy data to the local IN or IN-OUT args, if any

Line 109: ahl_vwp_dept_shifts_pub.create_vwp_dept_shifts(p_api_version,

105: ddp_x_vwp_deptshift_rec.attribute15 := p9_a32;
106: ddp_x_vwp_deptshift_rec.dml_operation := p9_a33;
107:
108: -- here's the delegated call to the old PL/SQL routine
109: ahl_vwp_dept_shifts_pub.create_vwp_dept_shifts(p_api_version,
110: p_init_msg_list,
111: p_commit,
112: p_validation_level,
113: p_default,

Line 212: ddp_x_vwp_deptshift_rec ahl_vwp_dept_shifts_pub.vwp_deptshift_rec;

208: , p9_a33 in out nocopy VARCHAR2
209: )
210:
211: as
212: ddp_x_vwp_deptshift_rec ahl_vwp_dept_shifts_pub.vwp_deptshift_rec;
213: ddindx binary_integer; indx binary_integer;
214: begin
215:
216: -- copy data to the local IN or IN-OUT args, if any

Line 262: ahl_vwp_dept_shifts_pub.delete_vwp_dept_shifts(p_api_version,

258: ddp_x_vwp_deptshift_rec.attribute15 := p9_a32;
259: ddp_x_vwp_deptshift_rec.dml_operation := p9_a33;
260:
261: -- here's the delegated call to the old PL/SQL routine
262: ahl_vwp_dept_shifts_pub.delete_vwp_dept_shifts(p_api_version,
263: p_init_msg_list,
264: p_commit,
265: p_validation_level,
266: p_default,

Line 319: end ahl_vwp_dept_shifts_pub_w;

315: p9_a32 := ddp_x_vwp_deptshift_rec.attribute15;
316: p9_a33 := ddp_x_vwp_deptshift_rec.dml_operation;
317: end;
318:
319: end ahl_vwp_dept_shifts_pub_w;