DBA Data[Home] [Help]

APPS.PAY_PAYMENT_GL_ACCOUNTS_PKG dependencies on FND_MESSAGE

Line 46: fnd_message.set_name('PAY', 'PAY_33459_INV_DEF_BANK_COMB');

42: );
43:
44: if p_external_account_id is null and p_default_gl_account = 'Y' then
45:
46: fnd_message.set_name('PAY', 'PAY_33459_INV_DEF_BANK_COMB');
47: fnd_message.raise_error;
48:
49: end if;
50:

Line 47: fnd_message.raise_error;

43:
44: if p_external_account_id is null and p_default_gl_account = 'Y' then
45:
46: fnd_message.set_name('PAY', 'PAY_33459_INV_DEF_BANK_COMB');
47: fnd_message.raise_error;
48:
49: end if;
50:
51: hr_utility.set_location(l_proc, 30);

Line 235: fnd_message.set_name('PAY', 'PAY_33459_INV_DEF_BANK_COMB');

231: );
232:
233: if p_external_account_id is null and p_default_gl_account = 'Y' then
234:
235: fnd_message.set_name('PAY', 'PAY_33459_INV_DEF_BANK_COMB');
236: fnd_message.raise_error;
237:
238: end if;
239:

Line 236: fnd_message.raise_error;

232:
233: if p_external_account_id is null and p_default_gl_account = 'Y' then
234:
235: fnd_message.set_name('PAY', 'PAY_33459_INV_DEF_BANK_COMB');
236: fnd_message.raise_error;
237:
238: end if;
239:
240: hr_utility.set_location(l_proc, 30);

Line 259: fnd_message.set_name('PAY', 'PAY_33460_OPM_GL_ACT_EXISTS');

255: hr_utility.set_location(l_proc, 60);
256:
257: if l_opm_gl_acct_id is not null then
258:
259: fnd_message.set_name('PAY', 'PAY_33460_OPM_GL_ACT_EXISTS');
260: fnd_message.raise_error;
261:
262: end if;
263:

Line 260: fnd_message.raise_error;

256:
257: if l_opm_gl_acct_id is not null then
258:
259: fnd_message.set_name('PAY', 'PAY_33460_OPM_GL_ACT_EXISTS');
260: fnd_message.raise_error;
261:
262: end if;
263:
264: hr_utility.set_location(l_proc, 70);