DBA Data[Home] [Help]

APPS.JTF_UM_RESP_INFO_PVT_W dependencies on JTF_UM_RESP_INFO_PVT_W

Line 1: package body jtf_um_resp_info_pvt_w as

1: package body jtf_um_resp_info_pvt_w as
2: /* $Header: JTFWRESB.pls 120.2 2005/09/02 18:35:55 applrt 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 115: jtf_um_resp_info_pvt_w.rosetta_table_copy_out_p1(ddx_result, p1_a0

111: ddx_result);
112:
113: -- copy data back from the local variables to OUT or IN-OUT args, if any
114:
115: jtf_um_resp_info_pvt_w.rosetta_table_copy_out_p1(ddx_result, p1_a0
116: , p1_a1
117: , p1_a2
118: , p1_a3
119: , p1_a4

Line 123: end jtf_um_resp_info_pvt_w;

119: , p1_a4
120: );
121: end;
122:
123: end jtf_um_resp_info_pvt_w;