DBA Data[Home] [Help]

APPS.AD_MANUAL_STEP_OBJECT dependencies on AD_MANUAL_STEP_HISTORY_S

Line 73: (ad_manual_step_history_s.nextval, p_step_key, p_step_version,

69: insert into ad_manual_step_history
70: (history_id, step_key, step_version,step_text, cond_code,
71: patch_number, status, updated_by)
72: values
73: (ad_manual_step_history_s.nextval, p_step_key, p_step_version,
74: p_step_text, p_cond_code, p_patch_number,
75: p_status, p_username);
76: end;
77: