DBA Data[Home] [Help]

APPS.PAY_BALANCE_TYPES_PKG dependencies on FND_MESSAGE

Line 75: fnd_message.set_name ('PAY','PAY_6365_ELEMENT_NO_DB_NAME'); -- checkformat failure

71:
72: EXCEPTION
73: when app_exception.application_exception then
74: hr_utility.set_location (l_package_name,3);
75: fnd_message.set_name ('PAY','PAY_6365_ELEMENT_NO_DB_NAME'); -- checkformat failure
76: fnd_message.raise_error;
77: END;
78:
79: hr_utility.set_location (l_package_name,10);

Line 76: fnd_message.raise_error;

72: EXCEPTION
73: when app_exception.application_exception then
74: hr_utility.set_location (l_package_name,3);
75: fnd_message.set_name ('PAY','PAY_6365_ELEMENT_NO_DB_NAME'); -- checkformat failure
76: fnd_message.raise_error;
77: END;
78:
79: hr_utility.set_location (l_package_name,10);
80: OPEN c_translation(language

Line 96: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');

92: CLOSE c_translation;
93: ELSE
94: hr_utility.set_location (l_package_name,40);
95: CLOSE c_translation;
96: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');
97: fnd_message.raise_error;
98: END IF;
99:
100: OPEN c_translation(language

Line 97: fnd_message.raise_error;

93: ELSE
94: hr_utility.set_location (l_package_name,40);
95: CLOSE c_translation;
96: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');
97: fnd_message.raise_error;
98: END IF;
99:
100: OPEN c_translation(language
101: , balance_name

Line 115: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');

111: CLOSE c_translation;
112: ELSE
113: hr_utility.set_location (l_package_name,70);
114: CLOSE c_translation;
115: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');
116: fnd_message.raise_error;
117: END IF;
118:
119: hr_utility.set_location ('Leaving: '||l_package_name,140);

Line 116: fnd_message.raise_error;

112: ELSE
113: hr_utility.set_location (l_package_name,70);
114: CLOSE c_translation;
115: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');
116: fnd_message.raise_error;
117: END IF;
118:
119: hr_utility.set_location ('Leaving: '||l_package_name,140);
120: END validate_translation;

Line 721: -- fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

717: -- OR ((tlinfo.REPORTING_NAME is null) AND (X_REPORTING_NAME is null)))
718: -- ) then
719: -- null;
720: -- else
721: -- fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
722: -- app_exception.raise_exception;
723: -- end if;
724: -- end if;
725: --end loop;

Line 880: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');

876: AND (x_input_value_id IS NULL)))
877: ) then
878: return;
879: else
880: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
881: APP_EXCEPTION.RAISE_EXCEPTION;
882: end if;
883: --
884: END Lock_Row;