DBA Data[Home] [Help]

APPS.PAY_JP_DEF_API dependencies on FND_MESSAGE

Line 211: fnd_message.set_encoded('This operation is not supported at the moment.');

207: -- Currently, update operation against assact is not allowed
208: -- except for "Save" case.
209: --
210: if l_transaction_status <> 'N' then
211: fnd_message.set_encoded('This operation is not supported at the moment.');
212: fnd_message.raise_error;
213: else
214: pay_jp_def_ss.check_submission_period(p_action_information_id);
215: end if;

Line 212: fnd_message.raise_error;

208: -- except for "Save" case.
209: --
210: if l_transaction_status <> 'N' then
211: fnd_message.set_encoded('This operation is not supported at the moment.');
212: fnd_message.raise_error;
213: else
214: pay_jp_def_ss.check_submission_period(p_action_information_id);
215: end if;
216: --