DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RES_ENGINE dependencies on QA_SKIPLOT_ASSOCIATION

Line 572: from qa_skiplot_association qsa

568: --
569: cursor get_process_id (x_cid number, x_receipt_date date,
570: x_lotsize number) is
571: select qsa.process_id
572: from qa_skiplot_association qsa
573: where criteria_id = x_cid and
574: trunc(x_receipt_date) between
575: nvl(trunc(qsa.effective_from), trunc(x_receipt_date)) and
576: nvl(trunc(qsa.effective_to), trunc(x_receipt_date)) and