DBA Data[Home] [Help]

APPS.PV_GE_CHKLST_PVT_W dependencies on PV_GE_CHKLST_PVT

Line 1: package body pv_ge_chklst_pvt_w as

1: package body pv_ge_chklst_pvt_w as
2: /* $Header: pvxwgcib.pls 115.2 2002/11/21 08:43:31 anubhavk ship $ */
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 pv_ge_chklst_pvt.ge_chklst_tbl_type, a0 JTF_NUMBER_TABLE

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p2(t out nocopy pv_ge_chklst_pvt.ge_chklst_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_VARCHAR2_TABLE_100
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 65: procedure rosetta_table_copy_out_p2(t pv_ge_chklst_pvt.ge_chklst_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 pv_ge_chklst_pvt.ge_chklst_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_NUMBER_TABLE
69: , a4 out nocopy JTF_NUMBER_TABLE

Line 173: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_rec_type;

169: , p7_a12 VARCHAR2 := fnd_api.g_miss_char
170: )
171:
172: as
173: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_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: pv_ge_chklst_pvt.create_ge_chklst(p_api_version_number,

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

Line 245: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_rec_type;

241: , p7_a12 VARCHAR2 := fnd_api.g_miss_char
242: )
243:
244: as
245: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_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: pv_ge_chklst_pvt.update_ge_chklst(p_api_version_number,

268: ddp_ge_chklst_rec.last_update_login := rosetta_g_miss_num_map(p7_a11);
269: ddp_ge_chklst_rec.checklist_item_name := p7_a12;
270:
271: -- here's the delegated call to the old PL/SQL routine
272: pv_ge_chklst_pvt.update_ge_chklst(p_api_version_number,
273: p_init_msg_list,
274: p_commit,
275: p_validation_level,
276: x_return_status,

Line 314: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_rec_type;

310: , p3_a12 VARCHAR2 := fnd_api.g_miss_char
311: )
312:
313: as
314: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_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: pv_ge_chklst_pvt.validate_ge_chklst(p_api_version_number,

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

Line 378: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_rec_type;

374: , p0_a12 VARCHAR2 := fnd_api.g_miss_char
375: )
376:
377: as
378: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_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: pv_ge_chklst_pvt.check_ge_chklst_items(ddp_ge_chklst_rec,

396:
397:
398:
399: -- here's the delegated call to the old PL/SQL routine
400: pv_ge_chklst_pvt.check_ge_chklst_items(ddp_ge_chklst_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_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_rec_type;

426: , p5_a12 VARCHAR2 := fnd_api.g_miss_char
427: )
428:
429: as
430: ddp_ge_chklst_rec pv_ge_chklst_pvt.ge_chklst_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: pv_ge_chklst_pvt.validate_ge_chklst_rec(p_api_version_number,

451: ddp_ge_chklst_rec.last_update_login := rosetta_g_miss_num_map(p5_a11);
452: ddp_ge_chklst_rec.checklist_item_name := p5_a12;
453:
454: -- here's the delegated call to the old PL/SQL routine
455: pv_ge_chklst_pvt.validate_ge_chklst_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 pv_ge_chklst_pvt_w;

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