DBA Data[Home] [Help]

APPS.PQP_VEH_REPOS_EXTRA_INFO_BK3 SQL Statements

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

Line: 5

procedure DELETE_VEH_REPOS_EXTRA_INFO_A
(P_VEH_REPOS_EXTRA_INFO_ID in NUMBER
,P_VEHICLE_REPOSITORY_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: PQP_VEH_REPOS_EXTRA_INFO_BK3.DELETE_VEH_REPOS_EXTRA_INFO_A', 10);
Line: 12

hr_utility.set_location(' Leaving: PQP_VEH_REPOS_EXTRA_INFO_BK3.DELETE_VEH_REPOS_EXTRA_INFO_A', 20);
Line: 13

end DELETE_VEH_REPOS_EXTRA_INFO_A;
Line: 14

procedure DELETE_VEH_REPOS_EXTRA_INFO_B
(P_VEH_REPOS_EXTRA_INFO_ID in NUMBER
,P_VEHICLE_REPOSITORY_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: PQP_VEH_REPOS_EXTRA_INFO_BK3.DELETE_VEH_REPOS_EXTRA_INFO_B', 10);
Line: 21

hr_utility.set_location(' Leaving: PQP_VEH_REPOS_EXTRA_INFO_BK3.DELETE_VEH_REPOS_EXTRA_INFO_B', 20);
Line: 22

end DELETE_VEH_REPOS_EXTRA_INFO_B;