DBA Data[Home] [Help]

APPS.PQP_LOG_ALIEN_DATA_CHANGES dependencies on PQP_US_FF_FUNCTIONS

Line 44: IF pqp_us_ff_functions.is_windstar

40: hr_utility.set_location('Entering: '||l_proc, 10);
41: --
42: -- Log the events only if the process type is WINDSTAR
43: --
44: IF pqp_us_ff_functions.is_windstar
45: (p_person_id => p_person_id
46: ,p_assignment_id => NULL ) = 'TRUE' THEN
47: IF NVL(p_old_value_char1, ' ') <> NVL(p_new_value_char1, ' ') OR
48: NVL(p_old_value_char2, ' ') <> NVL(p_new_value_char2, ' ') OR