DBA Data[Home] [Help]

APPS.JTF_TASK_PHONES_PUB dependencies on JTF_TASK_PHONES_S

Line 174: SELECT jtf_task_phones_s.nextval

170: x_return_status := fnd_api.g_ret_sts_unexp_error;
171: RAISE fnd_api.g_exc_unexpected_error;
172: END IF;
173:
174: SELECT jtf_task_phones_s.nextval
175: INTO l_task_phone_id
176: FROM dual;
177:
178: --Unmark the previous contact points with primary flag = 'Y'.