DBA Data[Home] [Help]

APPS.HR_PAYMENTS dependencies on FND_MESSAGE

Line 30: rfine 40.4 21-MAR-1995 Fixed fnd_message.set_name calls in

26: changed it should have done.
27: Removed all refs to formula/formula_id
28: afrith 29-SEP-1993 Change gen-balance to use remuneration flag
29: rneale 20-JUN-1994 Added match_currency for use by PAYWSDPM.
30: rfine 40.4 21-MAR-1995 Fixed fnd_message.set_name calls in
31: rfine 40.5 22-MAR-1995 Changed check_pp so it now checks for
32: pre-payments after the date passed in only,
33: not 'on or after' that date. WWbug 264094.
34: sdoshi 115.1 30-MAR-1999 Flexible Dates Conversion

Line 297: fnd_message.set_name('PAY','HR_7132_PAY_ORG_PAY_CURRENCY');

293: from pay_balance_types pbt
294: where balance_type_id = bal_type;
295: --
296: if opm_currency <> bal_currency then
297: fnd_message.set_name('PAY','HR_7132_PAY_ORG_PAY_CURRENCY');
298: fnd_message.raise_error;
299: end if;
300: --
301: end if;

Line 298: fnd_message.raise_error;

294: where balance_type_id = bal_type;
295: --
296: if opm_currency <> bal_currency then
297: fnd_message.set_name('PAY','HR_7132_PAY_ORG_PAY_CURRENCY');
298: fnd_message.raise_error;
299: end if;
300: --
301: end if;
302: --

Line 306: fnd_message.set_name('PAY','HR_7133_PAY_ORG_PAYM_NO_BAL');

302: --
303: exception
304: --
305: when no_data_found then
306: fnd_message.set_name('PAY','HR_7133_PAY_ORG_PAYM_NO_BAL');
307: fnd_message.raise_error;
308: --
309: end match_currency;
310: --

Line 307: fnd_message.raise_error;

303: exception
304: --
305: when no_data_found then
306: fnd_message.set_name('PAY','HR_7133_PAY_ORG_PAYM_NO_BAL');
307: fnd_message.raise_error;
308: --
309: end match_currency;
310: --
311: --------------------------- gen_balance -----------------------------------