DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_COA_DETAILS

Line 48: --| to uom while inserting test_unit into gmd_coa_details table. |

44: --| procedure get_order_params to select the lot number. |
45: --| srakrish 11-Jan-2006 Bug 5747932: Modified populate_results procedure |
46: --| such that non validated tests results are displayed |
47: --| Uday Phadtare 16-OCT-2007 Bug 6485606. Changed the column from inv_uom |
48: --| to uom while inserting test_unit into gmd_coa_details table. |
49: --| Peter Lowe 30-JUNE-2009 Bug 8577332 - changed procedure |
50: --| get_latest_sample - changed cursor c_sampling_event |
51: --| by adding extra join AND changed 5RJ to 6RJ in cursors |
52: --| as 5RJ does not exist |

Line 302: PrintLn('Inserting into gmd_coa_details');

298: X_user_id NUMBER:= FND_GLOBAL.USER_ID;
299: X_login_id NUMBER:= FND_GLOBAL.LOGIN_ID;
300: BEGIN
301: PrintLn('Begin procedure insert_dtl_rec');
302: PrintLn('Inserting into gmd_coa_details');
303: INSERT into gmd_coa_details (gmd_coa_id,
304: qc_result_id,
305: result_date,
306: qc_spec_id,

Line 303: INSERT into gmd_coa_details (gmd_coa_id,

299: X_login_id NUMBER:= FND_GLOBAL.LOGIN_ID;
300: BEGIN
301: PrintLn('Begin procedure insert_dtl_rec');
302: PrintLn('Inserting into gmd_coa_details');
303: INSERT into gmd_coa_details (gmd_coa_id,
304: qc_result_id,
305: result_date,
306: qc_spec_id,
307: assay_code,