DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on QA_INSPECTION_PKG

Line 1669: --becos qa_inspection_pkg calls this only for sampling scenario

1665: l_vendor_lot_num VARCHAR2(30) := NULL;
1666:
1667: begin
1668: --we dont need to check the sampling flag here
1669: --becos qa_inspection_pkg calls this only for sampling scenario
1670: open lot_info_cur;
1671: fetch lot_info_cur into l_lot_size, l_lot_result, l_rejected_qty;
1672: close lot_info_cur;
1673:

Line 2095: qa_inspection_pkg.init_collection(p_collection_id, p_lot_size,

2091:
2092: -- for all plans do following
2093: FOR i IN 1..l_plan_id_array.COUNT LOOP
2094: l_plan_id := l_plan_id_array(i);
2095: qa_inspection_pkg.init_collection(p_collection_id, p_lot_size,
2096: l_plan_id, null);
2097: END LOOP;
2098:
2099: l_item_id := p_item_id;