DBA Data[Home] [Help]

APPS.PQP_VAL_RKD dependencies on HR_UTILITY

Line 80: hr_utility.set_location('Entering: PQP_VAL_RKD.AFTER_DELETE', 10);

76: )is
77: l_commit_unit_number number;
78: l_legislation_code varchar2(30);
79: begin
80: hr_utility.set_location('Entering: PQP_VAL_RKD.AFTER_DELETE', 10);
81: l_commit_unit_number := hr_api.return_commit_unit;
82: if hr_api.call_leg_hooks then
83: l_legislation_code := HR_API.RETURN_LEGISLATION_CODE(P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID_O
84: );

Line 97: hr_utility.set_location(' Leaving: PQP_VAL_RKD.AFTER_DELETE', 20);

93: );
94: end if;
95: end if;
96: hr_api.validate_commit_unit(l_commit_unit_number, 'PQP_VEHICLE_ALLOCATIONS_F', 'AD');
97: hr_utility.set_location(' Leaving: PQP_VAL_RKD.AFTER_DELETE', 20);
98: end AFTER_DELETE;
99: end PQP_VAL_RKD;