DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on OKC_DEL_STATUS_COMBXNS

Line 1305: from okc_deliverables d,okc_del_status_combxns s where

1301:
1302:
1303: cursor update_allowed is
1304: select 'X' -- removed into l_temp for 8174 compatability bug#3288934
1305: from okc_deliverables d,okc_del_status_combxns s where
1306: d.deliverable_id=l_deliverable_id and
1307: s.current_status_code=d.deliverable_status and
1308: s.allowable_status_code=l_new_status and
1309: s.status_changed_by='EXTERNAL' and