DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PUB_W dependencies on JTF_RS_GROUPS_PUB

Line 1: package body jtf_rs_groups_pub_w as

1: package body jtf_rs_groups_pub_w as
2: /* $Header: jtfrsrob.pls 120.0 2005/05/11 08:21:44 appldev 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 63: jtf_rs_groups_pub.create_resource_group(p_api_version,

59:
60:
61:
62: -- here's the delegated call to the old PL/SQL routine
63: jtf_rs_groups_pub.create_resource_group(p_api_version,
64: p_init_msg_list,
65: p_commit,
66: p_group_name,
67: p_group_desc,

Line 171: jtf_rs_groups_pub.create_resource_group_migrate(p_api_version,

167:
168:
169:
170: -- here's the delegated call to the old PL/SQL routine
171: jtf_rs_groups_pub.create_resource_group_migrate(p_api_version,
172: p_init_msg_list,
173: p_commit,
174: p_group_name,
175: p_group_desc,

Line 281: jtf_rs_groups_pub.update_resource_group(p_api_version,

277:
278:
279:
280: -- here's the delegated call to the old PL/SQL routine
281: jtf_rs_groups_pub.update_resource_group(p_api_version,
282: p_init_msg_list,
283: p_commit,
284: p_group_id,
285: p_group_number,

Line 316: end jtf_rs_groups_pub_w;

312:
313:
314: end;
315:
316: end jtf_rs_groups_pub_w;