DBA Data[Home] [Help]

APPS.AHL_APPR_DEPT_SHIFTS_PUB_W dependencies on AHL_APPR_DEPT_SHIFTS_PUB

Line 1: package body ahl_appr_dept_shifts_pub_w as

1: package body ahl_appr_dept_shifts_pub_w as
2: /* $Header: AHLWDSHB.pls 120.2.12020000.2 2012/12/13 05:24:37 shnatu 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 67: ddp_x_appr_deptshift_rec ahl_appr_dept_shifts_pub.appr_deptshift_rec;

63: , p9_a38 in out nocopy VARCHAR2
64: )
65:
66: as
67: ddp_x_appr_deptshift_rec ahl_appr_dept_shifts_pub.appr_deptshift_rec;
68: ddindx binary_integer; indx binary_integer;
69: begin
70:
71: -- copy data to the local IN or IN-OUT args, if any

Line 122: ahl_appr_dept_shifts_pub.create_appr_dept_shifts(p_api_version,

118: ddp_x_appr_deptshift_rec.attribute15 := p9_a37;
119: ddp_x_appr_deptshift_rec.dml_operation := p9_a38;
120:
121: -- here's the delegated call to the old PL/SQL routine
122: ahl_appr_dept_shifts_pub.create_appr_dept_shifts(p_api_version,
123: p_init_msg_list,
124: p_commit,
125: p_validation_level,
126: p_default,

Line 235: ddp_x_appr_deptshift_rec ahl_appr_dept_shifts_pub.appr_deptshift_rec;

231: , p9_a38 in out nocopy VARCHAR2
232: )
233:
234: as
235: ddp_x_appr_deptshift_rec ahl_appr_dept_shifts_pub.appr_deptshift_rec;
236: ddindx binary_integer; indx binary_integer;
237: begin
238:
239: -- copy data to the local IN or IN-OUT args, if any

Line 290: ahl_appr_dept_shifts_pub.delete_appr_dept_shifts(p_api_version,

286: ddp_x_appr_deptshift_rec.attribute15 := p9_a37;
287: ddp_x_appr_deptshift_rec.dml_operation := p9_a38;
288:
289: -- here's the delegated call to the old PL/SQL routine
290: ahl_appr_dept_shifts_pub.delete_appr_dept_shifts(p_api_version,
291: p_init_msg_list,
292: p_commit,
293: p_validation_level,
294: p_default,

Line 403: ddp_x_appr_deptshift_rec ahl_appr_dept_shifts_pub.appr_deptshift_rec;

399: , p9_a38 in out nocopy VARCHAR2
400: )
401:
402: as
403: ddp_x_appr_deptshift_rec ahl_appr_dept_shifts_pub.appr_deptshift_rec;
404: ddindx binary_integer; indx binary_integer;
405: begin
406:
407: -- copy data to the local IN or IN-OUT args, if any

Line 458: ahl_appr_dept_shifts_pub.edit_appr_dept_shifts(p_api_version,

454: ddp_x_appr_deptshift_rec.attribute15 := p9_a37;
455: ddp_x_appr_deptshift_rec.dml_operation := p9_a38;
456:
457: -- here's the delegated call to the old PL/SQL routine
458: ahl_appr_dept_shifts_pub.edit_appr_dept_shifts(p_api_version,
459: p_init_msg_list,
460: p_commit,
461: p_validation_level,
462: p_default,

Line 520: end ahl_appr_dept_shifts_pub_w;

516: p9_a37 := ddp_x_appr_deptshift_rec.attribute15;
517: p9_a38 := ddp_x_appr_deptshift_rec.dml_operation;
518: end;
519:
520: end ahl_appr_dept_shifts_pub_w;