DBA Data[Home] [Help]

APPS.JTF_RS_SKILL_LEVELS_PUB dependencies on JTF_RS_SKILL_LEVELS_PVT

Line 12: Calls to these procedures will call procedures of jtf_rs_skill_levels_pvt

8: Its main procedures are as following:
9: Create skills
10: Update skills
11: Delete skills
12: Calls to these procedures will call procedures of jtf_rs_skill_levels_pvt
13: to do inserts, updates and deletes into tables.
14: ******************************************************************************************/
15:
16: /* Package variables. */

Line 29: Calls to these procedures will call procedures of jtf_rs_skill_levels_pvt

25: Its main procedures are as following:
26: Create skills
27: Update skills
28: Delete skills
29: Calls to these procedures will call procedures of jtf_rs_skill_levels_pvt
30: to do inserts, updates and deletes into tables.
31: ******************************************************************************************/
32:
33:

Line 100: JTF_RS_SKILL_LEVELS_PVT.CREATE_SKILLS(

96: THEN
97: FND_MSG_PUB.Initialize;
98: END IF;
99:
100: JTF_RS_SKILL_LEVELS_PVT.CREATE_SKILLS(
101: P_API_VERSION => l_api_version,
102: P_INIT_MSG_LIST => p_init_msg_list,
103: P_COMMIT => p_commit,
104: P_SKILL_LEVEL => p_skill_level,

Line 231: JTF_RS_SKILL_LEVELS_PVT.UPDATE_SKILLS(

227: THEN
228: FND_MSG_PUB.Initialize;
229: END IF;
230:
231: JTF_RS_SKILL_LEVELS_PVT.UPDATE_SKILLS(
232: P_API_VERSION => l_api_version,
233: P_INIT_MSG_LIST => p_init_msg_list,
234: P_COMMIT => p_commit,
235: P_SKILL_LEVEL_ID => p_skill_level_id,

Line 341: JTF_RS_SKILL_LEVELS_PVT.DELETE_SKILLS

337: FND_MSG_PUB.Initialize;
338: END IF;
339:
340:
341: JTF_RS_SKILL_LEVELS_PVT.DELETE_SKILLS
342: (P_API_VERSION => l_api_version,
343: P_INIT_MSG_LIST => p_init_msg_list,
344: P_COMMIT => p_commit,
345: P_SKILL_LEVEL_ID => p_skill_level_id,