DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on OKC_DEL_STATUS_COMBXNS

Line 1164: from okc_deliverables d,okc_del_status_combxns s where

1160:
1161:
1162: cursor update_allowed is
1163: select 'X' -- removed into l_temp for 8174 compatability bug#3288934
1164: from okc_deliverables d,okc_del_status_combxns s where
1165: d.deliverable_id=l_deliverable_id and
1166: s.current_status_code=d.deliverable_status and
1167: s.allowable_status_code=l_new_status and
1168: s.status_changed_by='EXTERNAL' and