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 726: -- fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

722: -- OR ((tlinfo.REPORTING_NAME is null) AND (X_REPORTING_NAME is null)))
723: -- ) then
724: -- null;
725: -- else
726: -- fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
727: -- app_exception.raise_exception;
728: -- end if;
729: -- end if;
730: --end loop;

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

881: AND (x_input_value_id IS NULL)))
882: ) then
883: return;
884: else
885: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
886: APP_EXCEPTION.RAISE_EXCEPTION;
887: end if;
888: --
889: END Lock_Row;