DBA Data[Home] [Help]

APPS.PER_SUCCESSOR_IN_PLAN_BK3 SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 5

procedure DELETE_SUCCESSOR_IN_PLAN_A
(P_SUCCESSOR_IN_PLAN_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: PER_SUCCESSOR_IN_PLAN_BK3.DELETE_SUCCESSOR_IN_PLAN_A', 10);
Line: 10

hr_utility.set_location(' Leaving: PER_SUCCESSOR_IN_PLAN_BK3.DELETE_SUCCESSOR_IN_PLAN_A', 20);
Line: 11

end DELETE_SUCCESSOR_IN_PLAN_A;
Line: 12

procedure DELETE_SUCCESSOR_IN_PLAN_B
(P_SUCCESSOR_IN_PLAN_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: PER_SUCCESSOR_IN_PLAN_BK3.DELETE_SUCCESSOR_IN_PLAN_B', 10);
Line: 17

hr_utility.set_location(' Leaving: PER_SUCCESSOR_IN_PLAN_BK3.DELETE_SUCCESSOR_IN_PLAN_B', 20);
Line: 18

end DELETE_SUCCESSOR_IN_PLAN_B;