DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PUB dependencies on JTF_RS_TEAMS_PUB

Line 1: PACKAGE BODY jtf_rs_teams_pub AS

1: PACKAGE BODY jtf_rs_teams_pub AS
2: /* $Header: jtfrsptb.pls 120.0 2005/05/11 08:21:23 appldev ship $ */
3:
4: /*****************************************************************************************
5: This package body defines the procedures for managing resource teams.

Line 16: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_TEAMS_PUB';

12: ******************************************************************************************/
13:
14: /* Package variables. */
15:
16: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_TEAMS_PUB';
17:
18:
19: /* Procedure to create the resource team and the members
20: based on input values passed by calling routines. */

Line 338: END jtf_rs_teams_pub;

334:
335: END update_resource_team;
336:
337:
338: END jtf_rs_teams_pub;