DBA Data[Home] [Help]

APPS.PAY_RECORDED_REQUESTS_PKG dependencies on FND_MESSAGE

Line 69: fnd_message.set_name('PAY', 'INVALID_LOOKUP_CODE');

65: ,p_lookup_code => p_process
66: )
67: then
68: hr_utility.set_location(' Leaving:'||l_proc, 20);
69: fnd_message.set_name('PAY', 'INVALID_LOOKUP_CODE');
70: fnd_message.set_token('LOOKUP_TYPE', 'PAY_RECORDED_REQUESTS');
71: fnd_message.set_token('VALUE', p_process);
72: fnd_message.raise_error;
73: end if;

Line 70: fnd_message.set_token('LOOKUP_TYPE', 'PAY_RECORDED_REQUESTS');

66: )
67: then
68: hr_utility.set_location(' Leaving:'||l_proc, 20);
69: fnd_message.set_name('PAY', 'INVALID_LOOKUP_CODE');
70: fnd_message.set_token('LOOKUP_TYPE', 'PAY_RECORDED_REQUESTS');
71: fnd_message.set_token('VALUE', p_process);
72: fnd_message.raise_error;
73: end if;
74:

Line 71: fnd_message.set_token('VALUE', p_process);

67: then
68: hr_utility.set_location(' Leaving:'||l_proc, 20);
69: fnd_message.set_name('PAY', 'INVALID_LOOKUP_CODE');
70: fnd_message.set_token('LOOKUP_TYPE', 'PAY_RECORDED_REQUESTS');
71: fnd_message.set_token('VALUE', p_process);
72: fnd_message.raise_error;
73: end if;
74:
75: INSERT INTO pay_recorded_requests(recorded_request_id,

Line 72: fnd_message.raise_error;

68: hr_utility.set_location(' Leaving:'||l_proc, 20);
69: fnd_message.set_name('PAY', 'INVALID_LOOKUP_CODE');
70: fnd_message.set_token('LOOKUP_TYPE', 'PAY_RECORDED_REQUESTS');
71: fnd_message.set_token('VALUE', p_process);
72: fnd_message.raise_error;
73: end if;
74:
75: INSERT INTO pay_recorded_requests(recorded_request_id,
76: recorded_date,