DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_ASO_PVT dependencies on AHL_DOC_TITLE_ASSOS_B_S

Line 847: SELECT AHL_DOC_TITLE_ASSOS_B_S.Nextval INTO

843: END IF;
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 */

Line 1886: SELECT AHL_DOC_TITLE_ASSOS_B_S.NEXTVAL INTO

1882: RAISE Fnd_Api.G_EXC_ERROR;
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 */