DBA Data[Home] [Help]

APPS.PV_PRGM_PMT_MODE_PVT_W dependencies on PV_PRGM_PMT_MODE_PVT

Line 1: package body pv_prgm_pmt_mode_pvt_w as

1: package body pv_prgm_pmt_mode_pvt_w as
2: /* $Header: pvxwppmb.pls 120.0 2005/05/27 16:03:16 appldev 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 pv_prgm_pmt_mode_pvt.prgm_pmt_mode_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_prgm_pmt_mode_pvt.prgm_pmt_mode_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_VARCHAR2_TABLE_100
26: , a4 JTF_DATE_TABLE

Line 61: procedure rosetta_table_copy_out_p2(t pv_prgm_pmt_mode_pvt.prgm_pmt_mode_tbl_type, a0 OUT NOCOPY JTF_NUMBER_TABLE

57: end loop;
58: end if;
59: end if;
60: end rosetta_table_copy_in_p2;
61: procedure rosetta_table_copy_out_p2(t pv_prgm_pmt_mode_pvt.prgm_pmt_mode_tbl_type, a0 OUT NOCOPY JTF_NUMBER_TABLE
62: , a1 OUT NOCOPY JTF_NUMBER_TABLE
63: , a2 OUT NOCOPY JTF_NUMBER_TABLE
64: , a3 OUT NOCOPY JTF_VARCHAR2_TABLE_100
65: , a4 OUT NOCOPY JTF_DATE_TABLE

Line 157: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;

153: , x_program_payment_mode_id OUT NOCOPY NUMBER
154: )
155:
156: as
157: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;
158: ddindx binary_integer; indx binary_integer;
159: begin
160:
161: -- copy data to the local IN or IN-OUT args, if any

Line 183: pv_prgm_pmt_mode_pvt.create_prgm_pmt_mode(p_api_version_number,

179: ddp_prgm_pmt_mode_rec.mode_type := p7_a10;
180:
181:
182: -- here's the delegated call to the old PL/SQL routine
183: pv_prgm_pmt_mode_pvt.create_prgm_pmt_mode(p_api_version_number,
184: p_init_msg_list,
185: p_commit,
186: p_validation_level,
187: x_return_status,

Line 225: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;

221: , p7_a10 VARCHAR2
222: )
223:
224: as
225: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;
226: ddindx binary_integer; indx binary_integer;
227: begin
228:
229: -- copy data to the local IN or IN-OUT args, if any

Line 250: pv_prgm_pmt_mode_pvt.update_prgm_pmt_mode(p_api_version_number,

246: ddp_prgm_pmt_mode_rec.object_version_number := p7_a9;
247: ddp_prgm_pmt_mode_rec.mode_type := p7_a10;
248:
249: -- here's the delegated call to the old PL/SQL routine
250: pv_prgm_pmt_mode_pvt.update_prgm_pmt_mode(p_api_version_number,
251: p_init_msg_list,
252: p_commit,
253: p_validation_level,
254: x_return_status,

Line 290: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;

286: , x_msg_data OUT NOCOPY VARCHAR2
287: )
288:
289: as
290: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;
291: ddindx binary_integer; indx binary_integer;
292: begin
293:
294: -- copy data to the local IN or IN-OUT args, if any

Line 315: pv_prgm_pmt_mode_pvt.validate_prgm_pmt_mode(p_api_version_number,

311:
312:
313:
314: -- here's the delegated call to the old PL/SQL routine
315: pv_prgm_pmt_mode_pvt.validate_prgm_pmt_mode(p_api_version_number,
316: p_init_msg_list,
317: p_validation_level,
318: ddp_prgm_pmt_mode_rec,
319: p_validation_mode,

Line 350: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;

346: , x_return_status OUT NOCOPY VARCHAR2
347: )
348:
349: as
350: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;
351: ddindx binary_integer; indx binary_integer;
352: begin
353:
354: -- copy data to the local IN or IN-OUT args, if any

Line 370: pv_prgm_pmt_mode_pvt.check_items(ddp_prgm_pmt_mode_rec,

366:
367:
368:
369: -- here's the delegated call to the old PL/SQL routine
370: pv_prgm_pmt_mode_pvt.check_items(ddp_prgm_pmt_mode_rec,
371: p_validation_mode,
372: x_return_status);
373:
374: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 399: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;

395: , p_validation_mode VARCHAR2
396: )
397:
398: as
399: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_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 423: pv_prgm_pmt_mode_pvt.validate_rec(p_api_version_number,

419: ddp_prgm_pmt_mode_rec.mode_type := p5_a10;
420:
421:
422: -- here's the delegated call to the old PL/SQL routine
423: pv_prgm_pmt_mode_pvt.validate_rec(p_api_version_number,
424: p_init_msg_list,
425: x_return_status,
426: x_msg_count,
427: x_msg_data,

Line 465: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;

461: , p1_a10 OUT NOCOPY VARCHAR2
462: )
463:
464: as
465: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;
466: ddx_complete_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;
467: ddindx binary_integer; indx binary_integer;
468: begin
469:

Line 466: ddx_complete_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;

462: )
463:
464: as
465: ddp_prgm_pmt_mode_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;
466: ddx_complete_rec pv_prgm_pmt_mode_pvt.prgm_pmt_mode_rec_type;
467: ddindx binary_integer; indx binary_integer;
468: begin
469:
470: -- copy data to the local IN or IN-OUT args, if any

Line 485: pv_prgm_pmt_mode_pvt.complete_rec(ddp_prgm_pmt_mode_rec,

481: ddp_prgm_pmt_mode_rec.mode_type := p0_a10;
482:
483:
484: -- here's the delegated call to the old PL/SQL routine
485: pv_prgm_pmt_mode_pvt.complete_rec(ddp_prgm_pmt_mode_rec,
486: ddx_complete_rec);
487:
488: -- copy data back from the local variables to OUT or IN-OUT args, if any
489:

Line 503: end pv_prgm_pmt_mode_pvt_w;

499: p1_a9 := ddx_complete_rec.object_version_number;
500: p1_a10 := ddx_complete_rec.mode_type;
501: end;
502:
503: end pv_prgm_pmt_mode_pvt_w;