DBA Data[Home] [Help]

APPS.PQH_BDGT_POOL_REALLOCTIONS_BK6 SQL Statements

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

Line: 5

procedure DELETE_REALLOC_TXN_PERIOD_A
(P_REALLOCATION_PERIOD_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: PQH_BDGT_POOL_REALLOCTIONS_BK6.DELETE_REALLOC_TXN_PERIOD_A', 10);
Line: 11

hr_utility.set_location(' Leaving: PQH_BDGT_POOL_REALLOCTIONS_BK6.DELETE_REALLOC_TXN_PERIOD_A', 20);
Line: 12

end DELETE_REALLOC_TXN_PERIOD_A;
Line: 13

procedure DELETE_REALLOC_TXN_PERIOD_B
(P_REALLOCATION_PERIOD_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: PQH_BDGT_POOL_REALLOCTIONS_BK6.DELETE_REALLOC_TXN_PERIOD_B', 10);
Line: 19

hr_utility.set_location(' Leaving: PQH_BDGT_POOL_REALLOCTIONS_BK6.DELETE_REALLOC_TXN_PERIOD_B', 20);
Line: 20

end DELETE_REALLOC_TXN_PERIOD_B;