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 292: fnd_message.set_name('PAY','HR_7132_PAY_ORG_PAY_CURRENCY');

288: from pay_balance_types pbt
289: where balance_type_id = bal_type;
290: --
291: if opm_currency <> bal_currency then
292: fnd_message.set_name('PAY','HR_7132_PAY_ORG_PAY_CURRENCY');
293: fnd_message.raise_error;
294: end if;
295: --
296: end if;

Line 293: fnd_message.raise_error;

289: where balance_type_id = bal_type;
290: --
291: if opm_currency <> bal_currency then
292: fnd_message.set_name('PAY','HR_7132_PAY_ORG_PAY_CURRENCY');
293: fnd_message.raise_error;
294: end if;
295: --
296: end if;
297: --

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

297: --
298: exception
299: --
300: when no_data_found then
301: fnd_message.set_name('PAY','HR_7133_PAY_ORG_PAYM_NO_BAL');
302: fnd_message.raise_error;
303: --
304: end match_currency;
305: --

Line 302: fnd_message.raise_error;

298: exception
299: --
300: when no_data_found then
301: fnd_message.set_name('PAY','HR_7133_PAY_ORG_PAYM_NO_BAL');
302: fnd_message.raise_error;
303: --
304: end match_currency;
305: --
306: --------------------------- gen_balance -----------------------------------