DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_ASO_PVT dependencies on DUAL

Line 848: l_doc_title_asso_id from DUAL;

844: CLOSE dup_rec_check;
845: END IF;
846: --Gets the sequence Number
847: SELECT AHL_DOC_TITLE_ASSOS_B_S.Nextval INTO
848: l_doc_title_asso_id from DUAL;
849:
850: /*-------------------------------------------------------- */
851: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW */
852: /* description : Added by Senthil to call Table Handler */

Line 1887: l_doc_title_asso_id FROM DUAL;

1883: END IF;
1884: CLOSE dup_rec;
1885: --Gets the sequence Number
1886: SELECT AHL_DOC_TITLE_ASSOS_B_S.NEXTVAL INTO
1887: l_doc_title_asso_id FROM DUAL;
1888: /*-------------------------------------------------------- */
1889: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW */
1890: /* description : Added by Senthil to call Table Handler */
1891: /* Date : Dec 31 2001 */