[Home] [Help]
221: END IF;
222: ELSE
223: /* Phase and status to be defaulted to first phase and default status of given lifestyle */
224: IF l_lifecycle_id IS NOT NULL THEN
225: l_phase_id := INV_EGO_REVISION_VALIDATE.Get_Initial_LifeCycle_Phase
226: (p_lifecycle_id => l_lifecycle_id);
227:
228: OPEN c_check_item_phase_status ( cp_phase_id => l_phase_id
229: ,cp_status_code => l_status );