DBA Data[Home] [Help]

APPS.PAY_NET_CALC_RULE_BK3 SQL Statements

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

Line: 5

procedure DELETE_PAY_NET_CALC_RULE_A
(P_NET_CALCULATION_RULE_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_A', 10);
Line: 11

hr_utility.set_location(' Leaving: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_A', 20);
Line: 12

end DELETE_PAY_NET_CALC_RULE_A;
Line: 13

procedure DELETE_PAY_NET_CALC_RULE_B
(P_NET_CALCULATION_RULE_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
l_commit_unit_number number;
Line: 20

hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_B', 10);
Line: 23

hxc_time_category_hook.delete_pto_time_category_b
(P_NET_CALCULATION_RULE_ID => P_NET_CALCULATION_RULE_ID
);
Line: 27

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

hr_utility.set_location(' Leaving: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_B', 20);
Line: 29

end DELETE_PAY_NET_CALC_RULE_B;