DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_ORGS_PUB dependencies on JTF_RS_GROUP_ORGS_PUB

Line 1: PACKAGE BODY JTF_RS_GROUP_ORGS_PUB AS

1: PACKAGE BODY JTF_RS_GROUP_ORGS_PUB AS
2: /* $Header: jtfrsuob.pls 120.0 2005/05/11 08:22:49 appldev noship $ */
3:
4: /*****************************************************************************************
5: This is a public API that caller will invoke.

Line 19: G_PKG_NAME CONSTANT VARCHAR2(30) := 'JTF_RS_GROUP_ORGS_PUB';

15: ******************************************************************************************/
16:
17: /* Package variables. */
18:
19: G_PKG_NAME CONSTANT VARCHAR2(30) := 'JTF_RS_GROUP_ORGS_PUB';
20:
21: /* Procedure to create the Resource Group to HR Org mapping
22: based on input values passed by calling routines. */
23:

Line 304: END JTF_RS_GROUP_ORGS_PUB;

300: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
301:
302: END delete_group_org;
303:
304: END JTF_RS_GROUP_ORGS_PUB;