DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_SKILLS_PVT dependencies on JTF_RS_RESOURCE_SKILLS_PVT

Line 1: PACKAGE BODY JTF_RS_RESOURCE_SKILLS_PVT AS

1: PACKAGE BODY JTF_RS_RESOURCE_SKILLS_PVT AS
2: /* $Header: jtfrsekb.pls 120.0 2005/05/11 08:19:53 appldev ship $ */
3:
4: /*****************************************************************************************
5: Its main procedures are as following:

Line 14: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_RESOURCE_SKILLS_PVT';

10: to do business validations and to do actual inserts, updates and deletes into tables.
11: ******************************************************************************************/
12: /* Package variables. */
13:
14: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_RESOURCE_SKILLS_PVT';
15: G_NAME VARCHAR2(240);
16:
17: /* Procedure to create the resource skills
18: based on input values passed by calling routines. */

Line 1269: END JTF_RS_RESOURCE_SKILLS_PVT;

1265: FND_MSG_PUB.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1266:
1267: END delete_resource_skills;
1268:
1269: END JTF_RS_RESOURCE_SKILLS_PVT;