DBA Data[Home] [Help]

APPS.PQP_COPY_EAT dependencies on HR_UTILITY

Line 49: hr_utility.set_location('Entering:'|| l_proc, 10);

45: l_proc VARCHAR2(72) := g_package||'copy_extract_attributes';
46:
47: BEGIN
48:
49: hr_utility.set_location('Entering:'|| l_proc, 10);
50:
51: IF p_ext_prefix IS NULL THEN
52: fnd_message.set_name('PQP', 'PQP_230541_EXTRACT_PREFIX_NULL');
53: fnd_message.raise_error;

Line 113: hr_utility.set_location('Leaving:'|| l_proc, 20);

109: );
110:
111: END LOOP; -- 1
112:
113: hr_utility.set_location('Leaving:'|| l_proc, 20);
114:
115: END copy_extract_attributes;
116:
117: END pqp_copy_eat;