DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_INFO_V2PUB_JW dependencies on HZ_ORGANIZATION_INFO_V2PUB

Line 1: package body hz_organization_info_v2pub_jw as

1: package body hz_organization_info_v2pub_jw as
2: /* $Header: ARH2OIJB.pls 120.3 2005/06/18 04:28:35 jhuang 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 54: ddp_financial_report_rec hz_organization_info_v2pub.financial_report_rec_type;

50: , p1_a23 VARCHAR2 := null
51: , p1_a24 VARCHAR2 := null
52: )
53: as
54: ddp_financial_report_rec hz_organization_info_v2pub.financial_report_rec_type;
55: ddindx binary_integer; indx binary_integer;
56: begin
57:
58: -- copy data to the local IN or IN-OUT args, if any

Line 91: hz_organization_info_v2pub.create_financial_report(p_init_msg_list,

87:
88:
89:
90: -- here's the delegated call to the old PL/SQL routine
91: hz_organization_info_v2pub.create_financial_report(p_init_msg_list,
92: ddp_financial_report_rec,
93: x_financial_report_id,
94: x_return_status,
95: x_msg_count,

Line 138: ddp_financial_report_rec hz_organization_info_v2pub.financial_report_rec_type;

134: , p1_a23 VARCHAR2 := null
135: , p1_a24 VARCHAR2 := null
136: )
137: as
138: ddp_financial_report_rec hz_organization_info_v2pub.financial_report_rec_type;
139: ddindx binary_integer; indx binary_integer;
140: begin
141:
142: -- copy data to the local IN or IN-OUT args, if any

Line 175: hz_organization_info_v2pub.update_financial_report(p_init_msg_list,

171:
172:
173:
174: -- here's the delegated call to the old PL/SQL routine
175: hz_organization_info_v2pub.update_financial_report(p_init_msg_list,
176: ddp_financial_report_rec,
177: p_object_version_number,
178: x_return_status,
179: x_msg_count,

Line 207: ddp_financial_number_rec hz_organization_info_v2pub.financial_number_rec_type;

203: , p1_a8 VARCHAR2 := null
204: , p1_a9 VARCHAR2 := null
205: )
206: as
207: ddp_financial_number_rec hz_organization_info_v2pub.financial_number_rec_type;
208: ddindx binary_integer; indx binary_integer;
209: begin
210:
211: -- copy data to the local IN or IN-OUT args, if any

Line 229: hz_organization_info_v2pub.create_financial_number(p_init_msg_list,

225:
226:
227:
228: -- here's the delegated call to the old PL/SQL routine
229: hz_organization_info_v2pub.create_financial_number(p_init_msg_list,
230: ddp_financial_number_rec,
231: x_financial_number_id,
232: x_return_status,
233: x_msg_count,

Line 261: ddp_financial_number_rec hz_organization_info_v2pub.financial_number_rec_type;

257: , p1_a8 VARCHAR2 := null
258: , p1_a9 VARCHAR2 := null
259: )
260: as
261: ddp_financial_number_rec hz_organization_info_v2pub.financial_number_rec_type;
262: ddindx binary_integer; indx binary_integer;
263: begin
264:
265: -- copy data to the local IN or IN-OUT args, if any

Line 283: hz_organization_info_v2pub.update_financial_number(p_init_msg_list,

279:
280:
281:
282: -- here's the delegated call to the old PL/SQL routine
283: hz_organization_info_v2pub.update_financial_number(p_init_msg_list,
284: ddp_financial_number_rec,
285: p_object_version_number,
286: x_return_status,
287: x_msg_count,

Line 330: ddp_financial_report_rec hz_organization_info_v2pub.financial_report_rec_type;

326: , x_msg_count out nocopy NUMBER
327: , x_msg_data out nocopy VARCHAR2
328: )
329: as
330: ddp_financial_report_rec hz_organization_info_v2pub.financial_report_rec_type;
331: ddindx binary_integer; indx binary_integer;
332: begin
333:
334: -- copy data to the local IN or IN-OUT args, if any

Line 342: hz_organization_info_v2pub.get_financial_report_rec(p_init_msg_list,

338:
339:
340:
341: -- here's the delegated call to the old PL/SQL routine
342: hz_organization_info_v2pub.get_financial_report_rec(p_init_msg_list,
343: p_financial_report_id,
344: ddp_financial_report_rec,
345: x_return_status,
346: x_msg_count,

Line 399: ddp_financial_number_rec hz_organization_info_v2pub.financial_number_rec_type;

395: , x_msg_count out nocopy NUMBER
396: , x_msg_data out nocopy VARCHAR2
397: )
398: as
399: ddp_financial_number_rec hz_organization_info_v2pub.financial_number_rec_type;
400: ddindx binary_integer; indx binary_integer;
401: begin
402:
403: -- copy data to the local IN or IN-OUT args, if any

Line 411: hz_organization_info_v2pub.get_financial_number_rec(p_init_msg_list,

407:
408:
409:
410: -- here's the delegated call to the old PL/SQL routine
411: hz_organization_info_v2pub.get_financial_number_rec(p_init_msg_list,
412: p_financial_number_id,
413: ddp_financial_number_rec,
414: x_return_status,
415: x_msg_count,

Line 436: end hz_organization_info_v2pub_jw;

432:
433:
434: end;
435:
436: end hz_organization_info_v2pub_jw;