DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT_W dependencies on CSP_EXCESS_PARTS_PVT

Line 1: package body csp_excess_parts_pvt_w as

1: package body csp_excess_parts_pvt_w as
2: /* $Header: cspvpexwb.pls 120.1 2011/04/09 18:13:39 htank 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 98: csp_excess_parts_pvt.populate_excess_list(ddp_excess_part,

94: ddp_excess_part.return_subinventory_name := p0_a34;
95:
96:
97: -- here's the delegated call to the old PL/SQL routine
98: csp_excess_parts_pvt.populate_excess_list(ddp_excess_part,
99: p_is_insert_record);
100:
101: -- copy data back from the local variables to OUT or IN-OUT args, if any
102: p0_a0 := ddp_excess_part.excess_line_id;

Line 140: end csp_excess_parts_pvt_w;

136: p0_a34 := ddp_excess_part.return_subinventory_name;
137:
138: end;
139:
140: end csp_excess_parts_pvt_w;