DBA Data[Home] [Help]

APPS.PAY_BALANCE_ATTRIBUTE_BK2 SQL Statements

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

Line: 5

procedure DELETE_BALANCE_ATTRIBUTE_A
(P_BALANCE_ATTRIBUTE_ID in NUMBER
,P_BUSINESS_GROUP_ID in NUMBER
,P_LEGISLATION_CODE in VARCHAR2
)is
begin
hr_utility.set_location('Entering: PAY_BALANCE_ATTRIBUTE_BK2.DELETE_BALANCE_ATTRIBUTE_A', 10);
Line: 12

hr_utility.set_location(' Leaving: PAY_BALANCE_ATTRIBUTE_BK2.DELETE_BALANCE_ATTRIBUTE_A', 20);
Line: 13

end DELETE_BALANCE_ATTRIBUTE_A;
Line: 14

procedure DELETE_BALANCE_ATTRIBUTE_B
(P_BALANCE_ATTRIBUTE_ID in NUMBER
,P_BUSINESS_GROUP_ID in NUMBER
,P_LEGISLATION_CODE in VARCHAR2
)is
begin
hr_utility.set_location('Entering: PAY_BALANCE_ATTRIBUTE_BK2.DELETE_BALANCE_ATTRIBUTE_B', 10);
Line: 21

hr_utility.set_location(' Leaving: PAY_BALANCE_ATTRIBUTE_BK2.DELETE_BALANCE_ATTRIBUTE_B', 20);
Line: 22

end DELETE_BALANCE_ATTRIBUTE_B;