DBA Data[Home] [Help]

APPS.QA_PLANS_PUB dependencies on QLTDATE

Line 275: temp_date := qltdate.any_to_date(p_value);

271: END;
272:
273: ELSIF p_datatype = qa_ss_const.date_datatype THEN
274: BEGIN
275: temp_date := qltdate.any_to_date(p_value);
276: EXCEPTION WHEN OTHERS THEN
277: fnd_message.set_name('QA','QA_INVALID_DATE');
278: fnd_msg_pub.add();
279: RAISE fnd_api.g_exc_error;