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 115.0 2003/08/11 21:36:11 cxcheng 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 13: procedure rosetta_table_copy_in_p0(t out nocopy ahl_uc_validation_pub.error_tbl_type, a0 JTF_VARCHAR2_TABLE_2000) as

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

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

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

Line 66: ddx_error_tbl ahl_uc_validation_pub.error_tbl_type;

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

Line 81: ahl_uc_validation_pub.validate_completeness(p_api_version,

77:
78:
79:
80: -- here's the delegated call to the old PL/SQL routine
81: ahl_uc_validation_pub.validate_completeness(p_api_version,
82: p_init_msg_list,
83: p_commit,
84: p_validation_level,
85: x_return_status,

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

96:
97:
98:
99:
100: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_error_tbl, x_error_tbl);
101: end;
102:
103: procedure validate_complete_for_pos(p_api_version NUMBER
104: , p_init_msg_list VARCHAR2

Line 115: ddx_error_tbl ahl_uc_validation_pub.error_tbl_type;

111: , x_error_tbl out nocopy JTF_VARCHAR2_TABLE_2000
112: )
113:
114: as
115: ddx_error_tbl ahl_uc_validation_pub.error_tbl_type;
116: ddindx binary_integer; indx binary_integer;
117: begin
118:
119: -- copy data to the local IN or IN-OUT args, if any

Line 130: ahl_uc_validation_pub.validate_complete_for_pos(p_api_version,

126:
127:
128:
129: -- here's the delegated call to the old PL/SQL routine
130: ahl_uc_validation_pub.validate_complete_for_pos(p_api_version,
131: p_init_msg_list,
132: p_commit,
133: p_validation_level,
134: x_return_status,

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

145:
146:
147:
148:
149: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_error_tbl, x_error_tbl);
150: end;
151:
152: end ahl_uc_validation_pub_w;

Line 152: end ahl_uc_validation_pub_w;

148:
149: ahl_uc_validation_pub_w.rosetta_table_copy_out_p0(ddx_error_tbl, x_error_tbl);
150: end;
151:
152: end ahl_uc_validation_pub_w;