DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on QA_INSPECTION_PKG

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

1595: l_license_plate_no_id number;
1596:
1597: begin
1598: --we dont need to check the sampling flag here
1599: --becos qa_inspection_pkg calls this only for sampling scenario
1600: open lot_info_cur;
1601: fetch lot_info_cur into l_lot_size, l_lot_result, l_rejected_qty;
1602: close lot_info_cur;
1603:

Line 2018: qa_inspection_pkg.init_collection(p_collection_id, p_lot_size,

2014:
2015: -- for all plans do following
2016: FOR i IN 1..l_plan_id_array.COUNT LOOP
2017: l_plan_id := l_plan_id_array(i);
2018: qa_inspection_pkg.init_collection(p_collection_id, p_lot_size,
2019: l_plan_id, null);
2020: END LOOP;
2021:
2022: l_item_id := p_item_id;