DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT_W dependencies on AHL_PRD_PRINT_PVT

Line 1: package body ahl_prd_print_pvt_w as

1: package body ahl_prd_print_pvt_w as
2: /* $Header: AHLWPPRB.pls 120.0 2005/07/05 00:10 bachandr 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_prd_print_pvt.workorder_tbl_type, a0 JTF_NUMBER_TABLE) 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_prd_print_pvt.workorder_tbl_type, a0 JTF_NUMBER_TABLE) 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_prd_print_pvt.workorder_tbl_type, a0 out nocopy JTF_NUMBER_TABLE) 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_prd_print_pvt.workorder_tbl_type, a0 out nocopy JTF_NUMBER_TABLE) as
32: ddindx binary_integer; indx binary_integer;
33: begin
34: if t is null or t.count = 0 then
35: a0 := JTF_NUMBER_TABLE();

Line 72: ddp_workorders_tbl ahl_prd_print_pvt.workorder_tbl_type;

68: , p_concurrent_flag VARCHAR2
69: )
70:
71: as
72: ddp_workorders_tbl ahl_prd_print_pvt.workorder_tbl_type;
73: ddindx binary_integer; indx binary_integer;
74: begin
75:
76: -- copy data to the local IN or IN-OUT args, if any

Line 86: ahl_prd_print_pvt_w.rosetta_table_copy_in_p0(ddp_workorders_tbl, p_workorders_tbl);

82:
83:
84:
85:
86: ahl_prd_print_pvt_w.rosetta_table_copy_in_p0(ddp_workorders_tbl, p_workorders_tbl);
87:
88:
89:
90:

Line 94: ahl_prd_print_pvt.gen_wo_xml(p_api_version,

90:
91:
92:
93: -- here's the delegated call to the old PL/SQL routine
94: ahl_prd_print_pvt.gen_wo_xml(p_api_version,
95: p_init_msg_list,
96: p_commit,
97: p_validation_level,
98: p_default,

Line 127: end ahl_prd_print_pvt_w;

123:
124:
125: end;
126:
127: end ahl_prd_print_pvt_w;