DBA Data[Home] [Help]

APPS.AHL_PC_HEADER_PUB_W dependencies on AHL_PC_HEADER_PUB

Line 1: package body ahl_pc_header_pub_w as

1: package body ahl_pc_header_pub_w as
2: /* $Header: AHLWPCHB.pls 115.7 2002/12/02 14:57:18 pbarman 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 57: ddp_x_pc_header_rec ahl_pc_header_pub.pc_header_rec;

53: , x_msg_data out nocopy VARCHAR2
54: )
55:
56: as
57: ddp_x_pc_header_rec ahl_pc_header_pub.pc_header_rec;
58: ddindx binary_integer; indx binary_integer;
59: begin
60:
61: -- copy data to the local IN or IN-OUT args, if any

Line 105: ahl_pc_header_pub.process_pc_header(p_api_version,

101:
102:
103:
104: -- here's the delegated call to the old PL/SQL routine
105: ahl_pc_header_pub.process_pc_header(p_api_version,
106: p_init_msg_list,
107: p_commit,
108: p_validation_level,
109: p_module_type,

Line 159: end ahl_pc_header_pub_w;

155:
156:
157: end;
158:
159: end ahl_pc_header_pub_w;