DBA Data[Home] [Help]

APPS.PAY_BATCH_ELEMENT_ENTRY_BK7 SQL Statements

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

Line: 5

procedure DELETE_BATCH_HEADER_A
(P_BATCH_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: PAY_BATCH_ELEMENT_ENTRY_BK7.DELETE_BATCH_HEADER_A', 10);
Line: 11

hr_utility.set_location(' Leaving: PAY_BATCH_ELEMENT_ENTRY_BK7.DELETE_BATCH_HEADER_A', 20);
Line: 12

end DELETE_BATCH_HEADER_A;
Line: 13

procedure DELETE_BATCH_HEADER_B
(P_BATCH_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
l_commit_unit_number number;
Line: 20

hr_utility.set_location('Entering: PAY_BATCH_ELEMENT_ENTRY_BK7.DELETE_BATCH_HEADER_B', 10);
Line: 27

hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_BATCH_HEADER', 'BP');
Line: 28

hr_utility.set_location(' Leaving: PAY_BATCH_ELEMENT_ENTRY_BK7.DELETE_BATCH_HEADER_B', 20);
Line: 29

end DELETE_BATCH_HEADER_B;