DBA Data[Home] [Help]

APPS.HR_EXTERNAL_APPLICATION dependencies on HR_UTILITY

Line 833: hr_utility.trace('csr_app_id');

829: -- see if the hr_ki_ext_applications
830: -- if no app_id, then this is a new external application
831: -- otherwise we are doing an update
832:
833: hr_utility.trace('csr_app_id');
834:
835: OPEN csr_app_id;
836: FETCH csr_app_id INTO l_app_id;
837: IF csr_app_id%NOTFOUND THEN

Line 842: hr_utility.trace('l_app_id = ' || l_app_id);

838: l_app_id := NULL;
839: END IF;
840: CLOSE csr_app_id;
841:
842: hr_utility.trace('l_app_id = ' || l_app_id);
843:
844: -- check if l_app_id matches an existing application
845: -- note that we can only check if the l_app_id matches an
846: -- existing application id, not on the other details