DBA Data[Home] [Help]

APPS.PQP_VEHICLE_MILEAGE dependencies on HR_UTILITY

Line 88: hr_utility.set_location('Link does not exist for ' || l_get_link.element_name,10);

84: EXIT WHEN c_get_link%NOTFOUND;
85: l_link_flag := 1;
86: --write into Log the list of Elements for which links don't exist.
87: fnd_file.put_line(fnd_file.log,'Link does not exist for ' || l_get_link.element_name );
88: hr_utility.set_location('Link does not exist for ' || l_get_link.element_name,10);
89: END LOOP;
90: CLOSE c_get_link;
91:
92: END LOOP;

Line 95: hr_utility.set_location('Missing Links ' || l_link_flag,10);

91:
92: END LOOP;
93: CLOSE c_ele_exst;
94:
95: hr_utility.set_location('Missing Links ' || l_link_flag,10);
96: -- We need to check if there are any missing links
97: IF l_link_flag > 0 THEN
98: fnd_file.put_line(fnd_file.log,'Please Create the above Element Links and Retry.');
99: ELSE