DBA Data[Home] [Help]

APPS.GMD_LM_MIGRATION dependencies on LM_TECH_DTL

Line 49: /* Create tech_parm_id for the dtl table - lm_tech_dtl */

45: SET tech_parm_id = l_tech_parm_id
46: WHERE tech_parm_name = C_get_tech_parms_rec.tech_parm_name
47: AND orgn_code = C_get_tech_parms_rec.orgn_code;
48:
49: /* Create tech_parm_id for the dtl table - lm_tech_dtl */
50: UPDATE lm_tech_dtl
51: SET tech_parm_id = l_tech_parm_id
52: WHERE tech_parm_name = C_get_tech_parms_rec.tech_parm_name
53: AND orgn_code = C_get_tech_parms_rec.orgn_code;

Line 50: UPDATE lm_tech_dtl

46: WHERE tech_parm_name = C_get_tech_parms_rec.tech_parm_name
47: AND orgn_code = C_get_tech_parms_rec.orgn_code;
48:
49: /* Create tech_parm_id for the dtl table - lm_tech_dtl */
50: UPDATE lm_tech_dtl
51: SET tech_parm_id = l_tech_parm_id
52: WHERE tech_parm_name = C_get_tech_parms_rec.tech_parm_name
53: AND orgn_code = C_get_tech_parms_rec.orgn_code;
54: