DBA Data[Home] [Help]

APPS.OKC_MANAGE_DELIVERABLES_GRP dependencies on OKC_DELIVERABLE_ID_S

Line 336: select okc_deliverable_id_s.nextval

332: --- Set the deliverable definition to the new instance
333: delInstanceRecTab(j) := delRecord;
334:
335: --- set the deliverable id
336: select okc_deliverable_id_s.nextval
337: INTO delInstanceRecTab(j).deliverable_id from dual;
338:
339: --- set the actual due date to the new instance
340: delInstanceRecTab(j).actual_due_date :=