DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PUB dependencies on FND_MESSAGE

Line 118: fnd_message.set_name ('JTF', 'JTF_TASK_MISSING_TASK');

114:
115: IF l_task_id IS NULL
116: THEN
117: x_return_status := fnd_api.g_ret_sts_unexp_error;
118: fnd_message.set_name ('JTF', 'JTF_TASK_MISSING_TASK');
119: fnd_msg_pub.add;
120: RAISE fnd_api.g_exc_unexpected_error;
121: END IF;
122: