DBA Data[Home] [Help]

PACKAGE BODY: APPS.OTA_TPS_API_BK3

Source


1 package body OTA_TPS_API_BK3 as
2 /* $Header: ottpsapi.pkb 120.0 2005/10/02 02:08:40 generated $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2007/01/03 22:29:57 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_TRAINING_PLAN_A
6 (P_TRAINING_PLAN_ID in NUMBER
7 ,P_OBJECT_VERSION_NUMBER in NUMBER
8 )is
9 begin
10 hr_utility.set_location('Entering: OTA_TPS_API_BK3.DELETE_TRAINING_PLAN_A', 10);
11 hr_utility.set_location(' Leaving: OTA_TPS_API_BK3.DELETE_TRAINING_PLAN_A', 20);
12 end DELETE_TRAINING_PLAN_A;
13 procedure DELETE_TRAINING_PLAN_B
14 (P_TRAINING_PLAN_ID in NUMBER
15 ,P_OBJECT_VERSION_NUMBER in NUMBER
16 )is
17 begin
18 hr_utility.set_location('Entering: OTA_TPS_API_BK3.DELETE_TRAINING_PLAN_B', 10);
19 hr_utility.set_location(' Leaving: OTA_TPS_API_BK3.DELETE_TRAINING_PLAN_B', 20);
20 end DELETE_TRAINING_PLAN_B;
21 end OTA_TPS_API_BK3;