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: --+==========================================================================+
50: -- End of comments
51:
52: /* Global variables */

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

259: X_user_id NUMBER:= FND_GLOBAL.USER_ID;
260: X_login_id NUMBER:= FND_GLOBAL.LOGIN_ID;
261: BEGIN
262: PrintLn('Begin procedure insert_dtl_rec');
263: PrintLn('Inserting into gmd_coa_details');
264: INSERT into gmd_coa_details (gmd_coa_id,
265: qc_result_id,
266: result_date,
267: qc_spec_id,

Line 264: INSERT into gmd_coa_details (gmd_coa_id,

260: X_login_id NUMBER:= FND_GLOBAL.LOGIN_ID;
261: BEGIN
262: PrintLn('Begin procedure insert_dtl_rec');
263: PrintLn('Inserting into gmd_coa_details');
264: INSERT into gmd_coa_details (gmd_coa_id,
265: qc_result_id,
266: result_date,
267: qc_spec_id,
268: assay_code,