DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RCV_GRP dependencies on QA_SKIPLOT_LOT_PLANS

Line 519: update qa_skiplot_lot_plans

515: returning insp_lot_id into lotID;
516: end if;
517:
518: if lotID is not null then
519: update qa_skiplot_lot_plans
520: set shipment_line_id = p_shipment_line_id
521: where insp_lot_id = lotID;
522: end if;
523: