DBA Data[Home] [Help]

APPS.OE_LINE_UTIL_W dependencies on OE_LINE_UTIL

Line 1: package body oe_line_util_w as

1: package body oe_line_util_w as
2: /* $Header: OERULINB.pls 120.0 2005/05/31 23:07:06 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 649: oe_line_util.post_line_process(ddp_control_rec,

645: , p1_a260
646: );
647: */
648: -- here's the delegated call to the old PL/SQL routine
649: oe_line_util.post_line_process(ddp_control_rec,
650: ddp_x_line_tbl);
651:
652: -- copy data back from the local variables to OUT NOCOPY /* file.sql.39 change */ or IN-OUT args, if any
653: /*

Line 919: end oe_line_util_w;

915: );
916: */
917: end;
918:
919: end oe_line_util_w;