DBA Data[Home] [Help]

APPS.IEX_SCORE_PVT dependencies on IEX_SCORES_PKG

Line 484: IEX_SCORES_PKG.insert_row(

480:
481: WriteLog(l_msg || 'insert row');
482:
483: -- Create Score
484: IEX_SCORES_PKG.insert_row(
485: x_rowid => l_rowid
486: , p_score_id => x_score_id
487: , p_security_group_id => l_score_rec.security_group_id
488: , p_score_name => l_score_rec.score_name

Line 780: IEX_SCORES_PKG.update_row(

776: END IF;
777:
778: WriteLog('iexvscrb:UpdScr: update row');
779:
780: IEX_SCORES_PKG.update_row(
781: x_rowid => l_rowid
782: , p_score_id => l_score_rec.score_id
783: , p_security_group_id => l_score_rec.security_group_id
784: , p_score_name => l_score_rec.score_name

Line 951: IEX_SCORES_PKG.Delete_Row(

947: WriteLog( 'iexvscrb: DelScr: Delete Row');
948:
949:
950: -- Invoke table handler
951: IEX_SCORES_PKG.Delete_Row(
952: x_rowid => l_rowid);
953:
954: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
955: RAISE FND_API.G_EXC_ERROR;