DBA Data[Home] [Help]

APPS.AHL_DI_DOC_INDEX_PVT dependencies on AHL_DOCUMENTS_B_S

Line 568: SELECT AHL_DOCUMENTS_B_S.Nextval INTO

564: END IF;
565: CLOSE unique_rec;
566: -- Get the sequence number
567:
568: SELECT AHL_DOCUMENTS_B_S.Nextval INTO
569: l_document_id from DUAL;
570: /*-------------------------------------------------------- */
571: /* procedure name: AHL_DI_DOCUMENTS_PKG.INSERT_ROW */
572: /* description : Added by Senthil to call Table Handler */