DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PUB dependencies on JTF_RS_TEAMS_PVT

Line 10: Calls corresponding procedures from jtf_rs_teams_pvt to do business

6: Its main procedures are as following:
7: Create Resource Team
8: Update Resource Team
9: This package validates the input parameters to these procedures and then
10: Calls corresponding procedures from jtf_rs_teams_pvt to do business
11: validations and to do actual inserts, updates and deletes into tables.
12: ******************************************************************************************/
13:
14: /* Package variables. */

Line 110: jtf_rs_teams_pvt.create_resource_team

106:
107:
108: /* Call the private procedure with the validated parameters. */
109:
110: jtf_rs_teams_pvt.create_resource_team
111: (P_API_VERSION => 1,
112: P_INIT_MSG_LIST => fnd_api.g_false,
113: P_COMMIT => fnd_api.g_false,
114: P_TEAM_NAME => l_team_name,

Line 263: jtf_rs_teams_pvt.update_resource_team

259:
260:
261: /* Call the private procedure with the validated parameters. */
262:
263: jtf_rs_teams_pvt.update_resource_team
264: (P_API_VERSION => 1,
265: P_INIT_MSG_LIST => fnd_api.g_false,
266: P_COMMIT => fnd_api.g_false,
267: P_TEAM_ID => l_team_id,