DBA Data[Home] [Help]

APPS.HR_PA_MAINTN_JOB_HIST_BRU dependencies on PA_INSTALL

Line 31: PA_INSTALL.is_prm_licensed = 'Y' OR

27: l_exists := 'N';
28: END;
29:
30: IF (l_exists = 'Y' OR
31: PA_INSTALL.is_prm_licensed = 'Y' OR
32: PA_INSTALL.is_utilization_implemented = 'Y') THEN
33:
34: If (:new.information_type = 'Job Category' OR
35: :old.information_type = 'Job Category') AND

Line 32: PA_INSTALL.is_utilization_implemented = 'Y') THEN

28: END;
29:
30: IF (l_exists = 'Y' OR
31: PA_INSTALL.is_prm_licensed = 'Y' OR
32: PA_INSTALL.is_utilization_implemented = 'Y') THEN
33:
34: If (:new.information_type = 'Job Category' OR
35: :old.information_type = 'Job Category') AND
36: ((nvl(:old.jei_information2,'N') <> nvl(:new.jei_information2,'N')) OR