DBA Data[Home] [Help]

APPS.BEN_CWB_PL_DSGN_BK3 SQL Statements

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

Line: 5

procedure DELETE_PLAN_OR_OPTION_A
(P_PL_ID in NUMBER
,P_OIPL_ID in NUMBER
,P_LF_EVT_OCRD_DT in DATE
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: BEN_CWB_PL_DSGN_BK3.DELETE_PLAN_OR_OPTION_A', 10);
Line: 13

hr_utility.set_location(' Leaving: BEN_CWB_PL_DSGN_BK3.DELETE_PLAN_OR_OPTION_A', 20);
Line: 14

end DELETE_PLAN_OR_OPTION_A;
Line: 15

procedure DELETE_PLAN_OR_OPTION_B
(P_PL_ID in NUMBER
,P_OIPL_ID in NUMBER
,P_LF_EVT_OCRD_DT in DATE
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: BEN_CWB_PL_DSGN_BK3.DELETE_PLAN_OR_OPTION_B', 10);
Line: 23

hr_utility.set_location(' Leaving: BEN_CWB_PL_DSGN_BK3.DELETE_PLAN_OR_OPTION_B', 20);
Line: 24

end DELETE_PLAN_OR_OPTION_B;