DBA Data[Home] [Help]

APPS.GMD_EXPRESSION_MIG_UTIL dependencies on GMD_TECH_EXP_SEQ_ID_S

Line 362: VALUES (gmd_tech_exp_seq_id_s.nextval, p_tech_parm_id, p_key, p_type, p_exp_parm_id, sysdate, l_user_id,

358:
359: INSERT INTO GMD_PARSED_EXPRESSION (tech_exp_seq_id, tech_parm_id, expression_key, expression_type,
360: expression_parm_id, creation_date, created_by, last_updated_by,
361: last_update_date,data_type)
362: VALUES (gmd_tech_exp_seq_id_s.nextval, p_tech_parm_id, p_key, p_type, p_exp_parm_id, sysdate, l_user_id,
363: l_user_id, sysdate,p_data_type);
364: EXCEPTION
365: WHEN OTHERS THEN
366: fnd_msg_pub.add_exc_msg ('GMD_EXPRESSION_UTIL', 'Add_Expression_Row');