DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RES_ENGINE dependencies on QA_SKIPLOT_ASSOCIATION

Line 590: from qa_skiplot_association qsa

586: --
587: cursor get_process_id (x_cid number, x_receipt_date date,
588: x_lotsize number) is
589: select qsa.process_id
590: from qa_skiplot_association qsa
591: where criteria_id = x_cid and
592: trunc(x_receipt_date) between
593: nvl(trunc(qsa.effective_from), trunc(x_receipt_date)) and
594: nvl(trunc(qsa.effective_to), trunc(x_receipt_date)) and