DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_GEN_PVT dependencies on AHL_DOC_TITLE_ASSOS_PKG

Line 531: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.DELETE_ROW */

527: FND_MESSAGE.SET_NAME('AHL','AHL_DI_DOC_TL_REC_CHANGED');
528: FND_MSG_PUB.ADD;
529: END IF;
530: /*-------------------------------------------------------- */
531: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.DELETE_ROW */
532: /* description : Added by Senthil to call Table Handler */
533: /* Date : Dec 31 2001 */
534: /*---------------------------------------------------------*/
535: -- Delete the record from document associations table and association Trans table

Line 536: AHL_DOC_TITLE_ASSOS_PKG.DELETE_ROW(

532: /* description : Added by Senthil to call Table Handler */
533: /* Date : Dec 31 2001 */
534: /*---------------------------------------------------------*/
535: -- Delete the record from document associations table and association Trans table
536: AHL_DOC_TITLE_ASSOS_PKG.DELETE_ROW(
537: X_DOC_TITLE_ASSO_ID => p_association_rec.doc_title_asso_id
538: );
539: /*
540: -- Delete the record from document associations table

Line 1100: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.UPDATE_ROW */

1096: AHL_DEBUG_PUB.debug( 'bafore 3 update Association','+DOBJASS+');
1097: END IF;
1098:
1099: /*-------------------------------------------------------- */
1100: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.UPDATE_ROW */
1101: /* description : Added by Senthil to call Table Handler */
1102: /* Date : Dec 31 2001 */
1103: /*---------------------------------------------------------*/
1104: -- Update doc title assos table and trans table

Line 1105: AHL_DOC_TITLE_ASSOS_PKG.UPDATE_ROW(

1101: /* description : Added by Senthil to call Table Handler */
1102: /* Date : Dec 31 2001 */
1103: /*---------------------------------------------------------*/
1104: -- Update doc title assos table and trans table
1105: AHL_DOC_TITLE_ASSOS_PKG.UPDATE_ROW(
1106: X_DOC_TITLE_ASSO_ID => p_x_association_tbl(i).doc_title_asso_id,
1107: X_SERIAL_NO => p_x_association_tbl(i).serial_no,
1108: X_ATTRIBUTE_CATEGORY => p_x_association_tbl(i).attribute_category,
1109: X_ATTRIBUTE1 => p_x_association_tbl(i).attribute1,

Line 1152: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW */

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 */
1154: /* Date : Dec 31 2001 */
1155: /*---------------------------------------------------------*/
1156: --Insert the record into doc title assos table and tranlations table

Line 1157: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW(

1153: /* description : Added by Senthil to call Table Handler */
1154: /* Date : Dec 31 2001 */
1155: /*---------------------------------------------------------*/
1156: --Insert the record into doc title assos table and tranlations table
1157: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW(
1158: X_ROWID => l_rowid,
1159: X_DOC_TITLE_ASSO_ID => l_doc_title_asso_id,
1160: X_SERIAL_NO => p_x_association_tbl(i).serial_no,
1161: X_ATTRIBUTE_CATEGORY => p_x_association_tbl(i).attribute_category,

Line 1659: /* procedure name: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW */

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 */
1662: /*---------------------------------------------------------*/
1663: --Insert the record into doc title assos table and tranlations table

Line 1664: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW(

1660: /* description : Added by Senthil to call Table Handler */
1661: /* Date : Dec 31 2001 */
1662: /*---------------------------------------------------------*/
1663: --Insert the record into doc title assos table and tranlations table
1664: AHL_DOC_TITLE_ASSOS_PKG.INSERT_ROW(
1665: X_ROWID => l_rowid,
1666: X_DOC_TITLE_ASSO_ID => l_doc_title_asso_id,
1667: X_SERIAL_NO => l_association_info.serial_no,
1668: X_ATTRIBUTE_CATEGORY => l_association_info.attribute_category,