DBA Data[Home] [Help]

APPS.PQH_TSH_BUS dependencies on FND_MESSAGE

Line 75: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

71: close csr_sec_grp;
72: --
73: -- The primary key is invalid therefore we must error
74: --
75: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
76: hr_multi_message.add
77: (p_associated_column1
78: => nvl(p_associated_column1,'TRANSACTION_HISTORY_ID')
79: ,p_associated_column2

Line 168: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

164: --
165: -- The primary key is invalid therefore we must error
166: --
167: close csr_leg_code;
168: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
169: fnd_message.raise_error;
170: end if;
171: hr_utility.set_location(l_proc,30);
172: --

Line 169: fnd_message.raise_error;

165: -- The primary key is invalid therefore we must error
166: --
167: close csr_leg_code;
168: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
169: fnd_message.raise_error;
170: end if;
171: hr_utility.set_location(l_proc,30);
172: --
173: -- Set the global variables so the values are

Line 227: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

223: IF NOT pqh_tsh_shd.api_updating
224: (p_transaction_history_id => p_rec.transaction_history_id
225: ,p_approval_history_id => p_rec.approval_history_id
226: ) THEN
227: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
228: fnd_message.set_token('PROCEDURE ', l_proc);
229: fnd_message.set_token('STEP ', '5');
230: fnd_message.raise_error;
231: END IF;

Line 228: fnd_message.set_token('PROCEDURE ', l_proc);

224: (p_transaction_history_id => p_rec.transaction_history_id
225: ,p_approval_history_id => p_rec.approval_history_id
226: ) THEN
227: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
228: fnd_message.set_token('PROCEDURE ', l_proc);
229: fnd_message.set_token('STEP ', '5');
230: fnd_message.raise_error;
231: END IF;
232: --

Line 229: fnd_message.set_token('STEP ', '5');

225: ,p_approval_history_id => p_rec.approval_history_id
226: ) THEN
227: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
228: fnd_message.set_token('PROCEDURE ', l_proc);
229: fnd_message.set_token('STEP ', '5');
230: fnd_message.raise_error;
231: END IF;
232: --
233: -- EDIT_HERE: Add checks to ensure non-updateable args have

Line 230: fnd_message.raise_error;

226: ) THEN
227: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
228: fnd_message.set_token('PROCEDURE ', l_proc);
229: fnd_message.set_token('STEP ', '5');
230: fnd_message.raise_error;
231: END IF;
232: --
233: -- EDIT_HERE: Add checks to ensure non-updateable args have
234: -- not been updated.