DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM dependencies on GMD_COA_DETAILS

Line 1364: delete from gmd_coa_details;

1360:
1361: /* ******* if db table is necessary and for debugging ***** -- */
1362:
1363: delete from gmd_coa_headers;
1364: delete from gmd_coa_details;
1365: delete from gmd_coa_spec_text;
1366: delete from gmd_coa_rslt_text;
1367:
1368: /* -- Do API standard code for savepoint, messages, initialize return status */

Line 1436: INSERT into gmd_coa_details (gmd_coa_id, qc_result_id, result_date,

1432: /*Changed tbl_dtl.FIRST to NVL(tbl_dtl.FIRST,0) and */
1433: /*tbl_dtl.LAST to NVL(tbl_dtl.LAST,0) */
1434: FOR loop_counter IN NVL(tbl_dtl.FIRST,0) .. NVL(tbl_dtl.LAST,0) LOOP
1435: /*END BUG#1810652 */
1436: INSERT into gmd_coa_details (gmd_coa_id, qc_result_id, result_date,
1437: qc_spec_id, assay_code, assay_desc,
1438: result, specification, uom,
1439: rslt_text_code, spec_text_code,
1440: created_by, creation_date,