DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_GEN_PVT dependencies on DUAL

Line 1299: l_doc_title_asso_id from DUAL;

1295: -----------------------------START CREATE-----------------------------------------------------------------------
1296: ELSIF p_x_association_tbl(i).DML_OPERATION ='C'
1297: THEN
1298: SELECT AHL_DOC_TITLE_ASSOS_B_S.Nextval INTO
1299: l_doc_title_asso_id from DUAL;
1300:
1301: /*-------------------------------------------------------- */
1302: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW */
1303: /* description : Added by Senthil to call Table Handler */

Line 1814: l_doc_title_asso_id FROM DUAL;

1810:
1811:
1812: --Gets the sequence Number
1813: SELECT AHL_DOC_TITLE_ASSOS_B_S.NEXTVAL INTO
1814: l_doc_title_asso_id FROM DUAL;
1815: /*-------------------------------------------------------- */
1816: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW */
1817: /* description : Added by Senthil to call Table Handler */
1818: /* Date : Dec 31 2001 */