DBA Data[Home] [Help]

APPS.OZF_NA_RULE_HEADER_PVT_W dependencies on OZF_NA_RULE_HEADER_PVT

Line 1: package body ozf_na_rule_header_pvt_w as

1: package body ozf_na_rule_header_pvt_w as
2: /* $Header: ozfwnarb.pls 120.1 2005/10/25 17:32 rssharma 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 22: procedure rosetta_table_copy_in_p2(t out nocopy ozf_na_rule_header_pvt.na_rule_header_tbl_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p2(t out nocopy ozf_na_rule_header_pvt.na_rule_header_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_VARCHAR2_TABLE_100
25: , a3 JTF_DATE_TABLE
26: , a4 JTF_DATE_TABLE

Line 65: procedure rosetta_table_copy_out_p2(t ozf_na_rule_header_pvt.na_rule_header_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

61: end loop;
62: end if;
63: end if;
64: end rosetta_table_copy_in_p2;
65: procedure rosetta_table_copy_out_p2(t ozf_na_rule_header_pvt.na_rule_header_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
66: , a1 out nocopy JTF_NUMBER_TABLE
67: , a2 out nocopy JTF_VARCHAR2_TABLE_100
68: , a3 out nocopy JTF_DATE_TABLE
69: , a4 out nocopy JTF_DATE_TABLE

Line 173: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;

169: , p7_a12 VARCHAR2 := fnd_api.g_miss_char
170: )
171:
172: as
173: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;
174: ddindx binary_integer; indx binary_integer;
175: begin
176:
177: -- copy data to the local IN or IN-OUT args, if any

Line 201: ozf_na_rule_header_pvt.create_na_rule_header(p_api_version_number,

197: ddp_na_rule_header_rec.description := p7_a12;
198:
199:
200: -- here's the delegated call to the old PL/SQL routine
201: ozf_na_rule_header_pvt.create_na_rule_header(p_api_version_number,
202: p_init_msg_list,
203: p_commit,
204: p_validation_level,
205: x_return_status,

Line 245: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;

241: , p7_a12 VARCHAR2 := fnd_api.g_miss_char
242: )
243:
244: as
245: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;
246: ddindx binary_integer; indx binary_integer;
247: begin
248:
249: -- copy data to the local IN or IN-OUT args, if any

Line 272: ozf_na_rule_header_pvt.update_na_rule_header(p_api_version_number,

268: ddp_na_rule_header_rec.name := p7_a11;
269: ddp_na_rule_header_rec.description := p7_a12;
270:
271: -- here's the delegated call to the old PL/SQL routine
272: ozf_na_rule_header_pvt.update_na_rule_header(p_api_version_number,
273: p_init_msg_list,
274: p_commit,
275: p_validation_level,
276: x_return_status,

Line 314: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;

310: , p3_a12 VARCHAR2 := fnd_api.g_miss_char
311: )
312:
313: as
314: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;
315: ddindx binary_integer; indx binary_integer;
316: begin
317:
318: -- copy data to the local IN or IN-OUT args, if any

Line 341: ozf_na_rule_header_pvt.validate_na_rule_header(p_api_version_number,

337:
338:
339:
340: -- here's the delegated call to the old PL/SQL routine
341: ozf_na_rule_header_pvt.validate_na_rule_header(p_api_version_number,
342: p_init_msg_list,
343: p_validation_level,
344: ddp_na_rule_header_rec,
345: p_validation_mode,

Line 378: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;

374: , p0_a12 VARCHAR2 := fnd_api.g_miss_char
375: )
376:
377: as
378: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;
379: ddindx binary_integer; indx binary_integer;
380: begin
381:
382: -- copy data to the local IN or IN-OUT args, if any

Line 400: ozf_na_rule_header_pvt.check_na_rule_hdr_items(ddp_na_rule_header_rec,

396:
397:
398:
399: -- here's the delegated call to the old PL/SQL routine
400: ozf_na_rule_header_pvt.check_na_rule_hdr_items(ddp_na_rule_header_rec,
401: p_validation_mode,
402: x_return_status);
403:
404: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 430: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;

426: , p5_a12 VARCHAR2 := fnd_api.g_miss_char
427: )
428:
429: as
430: ddp_na_rule_header_rec ozf_na_rule_header_pvt.na_rule_header_rec_type;
431: ddindx binary_integer; indx binary_integer;
432: begin
433:
434: -- copy data to the local IN or IN-OUT args, if any

Line 455: ozf_na_rule_header_pvt.validate_na_rule_header_rec(p_api_version_number,

451: ddp_na_rule_header_rec.name := p5_a11;
452: ddp_na_rule_header_rec.description := p5_a12;
453:
454: -- here's the delegated call to the old PL/SQL routine
455: ozf_na_rule_header_pvt.validate_na_rule_header_rec(p_api_version_number,
456: p_init_msg_list,
457: x_return_status,
458: x_msg_count,
459: x_msg_data,

Line 470: end ozf_na_rule_header_pvt_w;

466:
467:
468: end;
469:
470: end ozf_na_rule_header_pvt_w;