DBA Data[Home] [Help]

APPS.EAM_ASSET_OPERATION_TXN_PVT dependencies on QA_COLLECTION_ID_S

Line 294: select qa_collection_id_s.nextval into l_collection_id from dual;

290: l_elements(p_eam_ops_quality_tbl(results).ELEMENT_ID).value := p_eam_ops_quality_tbl(results).ELEMENT_VALUE;
291: l_collection_id := p_eam_ops_quality_tbl(results).collection_id;
292: IF (l_collection_id is null)
293: THEN
294: select qa_collection_id_s.nextval into l_collection_id from dual;
295: END IF;
296: END IF;
297: END LOOP;
298: