DBA Data[Home] [Help]

APPS.QA_SPECS_PUB dependencies on QLTDATE

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

408: END;
409:
410: ELSIF p_datatype = qa_ss_const.date_datatype THEN
411: BEGIN
412: temp_date := qltdate.any_to_date(p_value);
413: EXCEPTION WHEN OTHERS THEN
414: fnd_message.set_name('QA', 'QA_INVALID_DATE');
415: fnd_msg_pub.add();
416: RAISE fnd_api.g_exc_error;