DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RCV_GRP dependencies on QA_SKIPLOT_EVAL_ENGINE

Line 314: qa_skiplot_eval_engine.evaluate_rcv_criteria (

310:
311: --
312: -- get the availablePlans from skip lot setup
313: --
314: qa_skiplot_eval_engine.evaluate_rcv_criteria (
315: p_organization_id => p_organization_id,
316: p_vendor_id => p_vendor_id,
317: p_vendor_site_id => p_vendor_site_id,
318: p_item_id => p_item_id,

Line 343: qa_skiplot_eval_engine.evaluate_rules (

339: --
340: -- evaluate the available plans to get the
341: -- applicable plans
342: --
343: qa_skiplot_eval_engine.evaluate_rules (
344: p_availablePlans => availablePlans,
345: p_criteria_id => criteriaID,
346: p_process_id => processID,
347: p_txn => qa_skiplot_utility.RCV,

Line 364: qa_skiplot_eval_engine.store_lot_plans(

360:
361: --
362: -- store the lot/plan pairs if inspection required.
363: --
364: qa_skiplot_eval_engine.store_lot_plans(
365: p_applicablePlans => applicablePlans,
366: p_lotID => lotID,
367: p_insp_status => insp_status);
368:

Line 377: qa_skiplot_eval_engine.insert_rcv_results (

373: -- no matter insepction or skipping
374: -- as long as skip lot inspection is
375: -- applied
376: --
377: qa_skiplot_eval_engine.insert_rcv_results (
378: p_interface_txn_id => p_interface_txn_id,
379: p_manufacturer_id => p_manufacturer_id,
380: p_receipt_qty => p_receipt_qty,
381: p_criteriaID => criteriaID,