DBA Data[Home] [Help]

APPS.JTS_CONFIG_VER_STATUS_PVT_W dependencies on JTS_CONFIG_VER_STATUS_PVT

Line 1: package body jts_config_ver_status_pvt_w as

1: package body jts_config_ver_status_pvt_w as
2: /* $Header: jtswcvsb.pls 115.2 2002/03/22 19:08:03 pkm 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 37: jts_config_ver_status_pvt.any_version_replayed(p_api_version,

33:
34:
35:
36: -- here's the delegated call to the old PL/SQL routine
37: jts_config_ver_status_pvt.any_version_replayed(p_api_version,
38: p_config_id,
39: ddx_replayed);
40:
41: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 66: ddrosetta_retval := jts_config_ver_status_pvt.in_replay_status(p_api_version,

62: -- copy data to the local IN or IN-OUT args, if any
63:
64:
65: -- here's the delegated call to the old PL/SQL routine
66: ddrosetta_retval := jts_config_ver_status_pvt.in_replay_status(p_api_version,
67: p_status);
68:
69: -- copy data back from the local variables to OUT or IN-OUT args, if any
70: if ddrosetta_retval is null

Line 93: ddrosetta_retval := jts_config_ver_status_pvt.in_version_status(p_api_version,

89: -- copy data to the local IN or IN-OUT args, if any
90:
91:
92: -- here's the delegated call to the old PL/SQL routine
93: ddrosetta_retval := jts_config_ver_status_pvt.in_version_status(p_api_version,
94: p_status);
95:
96: -- copy data back from the local variables to OUT or IN-OUT args, if any
97: if ddrosetta_retval is null

Line 121: jts_config_ver_status_pvt.not_replayed(p_api_version,

117:
118:
119:
120: -- here's the delegated call to the old PL/SQL routine
121: jts_config_ver_status_pvt.not_replayed(p_api_version,
122: p_status,
123: ddx_in_notreplayed);
124:
125: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 136: end jts_config_ver_status_pvt_w;

132: else x_in_notreplayed := 0;
133: end if;
134: end;
135:
136: end jts_config_ver_status_pvt_w;