DBA Data[Home] [Help]

APPS.IEX_COSTS_PVT_W dependencies on IEX_COSTS_PVT

Line 1: package body iex_costs_pvt_w as

1: package body iex_costs_pvt_w as
2: /* $Header: iexwcosb.pls 120.1 2005/07/06 14:04:24 schekuri 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_p3(t out nocopy iex_costs_pvt.costs_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_p3(t out nocopy iex_costs_pvt.costs_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_VARCHAR2_TABLE_300
26: , a4 JTF_VARCHAR2_TABLE_300

Line 123: procedure rosetta_table_copy_out_p3(t iex_costs_pvt.costs_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

119: end loop;
120: end if;
121: end if;
122: end rosetta_table_copy_in_p3;
123: procedure rosetta_table_copy_out_p3(t iex_costs_pvt.costs_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
124: , a1 out nocopy JTF_NUMBER_TABLE
125: , a2 out nocopy JTF_NUMBER_TABLE
126: , a3 out nocopy JTF_VARCHAR2_TABLE_300
127: , a4 out nocopy JTF_VARCHAR2_TABLE_300

Line 405: ddp_costs_rec iex_costs_pvt.costs_rec_type;

401: , p4_a41 NUMBER := 0-1962.0724
402: )
403:
404: as
405: ddp_costs_rec iex_costs_pvt.costs_rec_type;
406: ddindx binary_integer; indx binary_integer;
407: begin
408:
409: -- copy data to the local IN or IN-OUT args, if any

Line 462: iex_costs_pvt.create_costs(p_api_version_number,

458:
459:
460:
461: -- here's the delegated call to the old PL/SQL routine
462: iex_costs_pvt.create_costs(p_api_version_number,
463: p_init_msg_list,
464: p_commit,
465: p_validation_level,
466: ddp_costs_rec,

Line 536: ddp_costs_rec iex_costs_pvt.costs_rec_type;

532: , p4_a41 NUMBER := 0-1962.0724
533: )
534:
535: as
536: ddp_costs_rec iex_costs_pvt.costs_rec_type;
537: ddindx binary_integer; indx binary_integer;
538: begin
539:
540: -- copy data to the local IN or IN-OUT args, if any

Line 593: iex_costs_pvt.update_costs(p_api_version_number,

589:
590:
591:
592: -- here's the delegated call to the old PL/SQL routine
593: iex_costs_pvt.update_costs(p_api_version_number,
594: p_init_msg_list,
595: p_commit,
596: p_validation_level,
597: ddp_costs_rec,

Line 614: end iex_costs_pvt_w;

610:
611:
612: end;
613:
614: end iex_costs_pvt_w;