DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_GEN_PVT dependencies on DUAL

Line 1149: l_doc_title_asso_id from DUAL;

1145: -----------------------------START CREATE-----------------------------------------------------------------------
1146: ELSIF p_x_association_tbl(i).DML_OPERATION ='C'
1147: THEN
1148: SELECT AHL_DOC_TITLE_ASSOS_B_S.Nextval INTO
1149: l_doc_title_asso_id from DUAL;
1150:
1151: /*-------------------------------------------------------- */
1152: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW */
1153: /* description : Added by Senthil to call Table Handler */

Line 1657: l_doc_title_asso_id FROM DUAL;

1653:
1654:
1655: --Gets the sequence Number
1656: SELECT AHL_DOC_TITLE_ASSOS_B_S.NEXTVAL INTO
1657: l_doc_title_asso_id FROM DUAL;
1658: /*-------------------------------------------------------- */
1659: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW */
1660: /* description : Added by Senthil to call Table Handler */
1661: /* Date : Dec 31 2001 */