DBA Data[Home] [Help]

APPS.OKC_MANAGE_DELIVERABLES_GRP dependencies on OKC_DELIVERABLE_ID_S

Line 316: select okc_deliverable_id_s.nextval

312: --- Set the deliverable definition to the new instance
313: delInstanceRecTab(j) := delRecord;
314:
315: --- set the deliverable id
316: select okc_deliverable_id_s.nextval
317: INTO delInstanceRecTab(j).deliverable_id from dual;
318:
319: --- set the actual due date to the new instance
320: delInstanceRecTab(j).actual_due_date :=