DBA Data[Home] [Help]

APPS.AHL_UC_VALIDATION_PUB_W dependencies on AHL_UC_VALIDATION_PUB

Line 1: package body ahl_uc_validation_pub_w as

1: package body ahl_uc_validation_pub_w as
2: /* $Header: AHLWUCVB.pls 120.0.12020000.2 2012/12/14 07:08:32 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 16: procedure rosetta_table_copy_in_p0(t out nocopy ahl_uc_validation_pub.error_tbl_type, a0 JTF_VARCHAR2_TABLE_2000) as

12: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
13: return d;
14: end;
15:
16: procedure rosetta_table_copy_in_p0(t out nocopy ahl_uc_validation_pub.error_tbl_type, a0 JTF_VARCHAR2_TABLE_2000) as
17: ddindx binary_integer; indx binary_integer;
18: begin
19: if a0 is not null and a0.count > 0 then
20: if a0.count > 0 then

Line 34: procedure rosetta_table_copy_out_p0(t ahl_uc_validation_pub.error_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as

30: end loop;
31: end if;
32: end if;
33: end rosetta_table_copy_in_p0;
34: procedure rosetta_table_copy_out_p0(t ahl_uc_validation_pub.error_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as
35: ddindx binary_integer; indx binary_integer;
36: begin
37: if t is null or t.count = 0 then
38: a0 := JTF_VARCHAR2_TABLE_2000();

Line 70: ddx_error_tbl ahl_uc_validation_pub.error_tbl_type;

66: , x_error_tbl out nocopy JTF_VARCHAR2_TABLE_2000
67: )
68:
69: as
70: ddx_error_tbl ahl_uc_validation_pub.error_tbl_type;
71: ddindx binary_integer; indx binary_integer;
72: begin
73:
74: -- copy data to the local IN or IN-OUT args, if any

Line 86: ahl_uc_validation_pub.validate_completeness(p_api_version,

82:
83:
84:
85: -- here's the delegated call to the old PL/SQL routine
86: ahl_uc_validation_pub.validate_completeness(p_api_version,
87: p_init_msg_list,
88: p_commit,
89: p_validation_level,
90: x_return_status,

Line 107: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_error_tbl, x_error_tbl);

103:
104:
105:
106:
107: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_error_tbl, x_error_tbl);
108: end;
109:
110: procedure validate_complete_for_pos(p_api_version NUMBER
111: , p_init_msg_list VARCHAR2

Line 122: ddx_error_tbl ahl_uc_validation_pub.error_tbl_type;

118: , x_error_tbl out nocopy JTF_VARCHAR2_TABLE_2000
119: )
120:
121: as
122: ddx_error_tbl ahl_uc_validation_pub.error_tbl_type;
123: ddindx binary_integer; indx binary_integer;
124: begin
125:
126: -- copy data to the local IN or IN-OUT args, if any

Line 137: ahl_uc_validation_pub.validate_complete_for_pos(p_api_version,

133:
134:
135:
136: -- here's the delegated call to the old PL/SQL routine
137: ahl_uc_validation_pub.validate_complete_for_pos(p_api_version,
138: p_init_msg_list,
139: p_commit,
140: p_validation_level,
141: x_return_status,

Line 156: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_error_tbl, x_error_tbl);

152:
153:
154:
155:
156: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_error_tbl, x_error_tbl);
157: end;
158:
159: end ahl_uc_validation_pub_w;

Line 159: end ahl_uc_validation_pub_w;

155:
156: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_error_tbl, x_error_tbl);
157: end;
158:
159: end ahl_uc_validation_pub_w;