DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_BILLING_WF SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 132

cursor c_org is select authoring_org_id
                from oke_k_headers_v h,oke_k_deliverables_b dts
             where h.k_header_id=dts.k_header_id
             and deliverable_id=p_deliverable_id;