DBA Data[Home] [Help]

APPS.IEX_SCORE_PVT dependencies on IEX_SCORE_COMP_DET_PKG

Line 2301: IEX_SCORE_COMP_DET_PKG.insert_row(

2297: WriteLog(l_msg || 'value='|| l_score_comp_det_rec.value);
2298: WriteLog(l_msg || 'new_value='|| l_score_comp_det_rec.new_value);
2299: WriteLog(l_msg || 'scrcompid='|| l_score_comp_det_rec.score_component_id);
2300:
2301: IEX_SCORE_COMP_DET_PKG.insert_row(
2302: x_rowid => l_rowid
2303: , p_score_comp_det_id => x_score_comp_det_id
2304: , p_range_low => l_score_comp_det_rec.range_low
2305: , p_range_high => l_score_comp_det_rec.range_high

Line 2525: IEX_SCORE_COMP_DET_PKG.update_row(

2521:
2522:
2523: WriteLog('iexvscrb: UpdSrCompDet: Update Row');
2524:
2525: IEX_SCORE_COMP_DET_PKG.update_row(
2526: x_rowid => l_rowid
2527: , p_score_comp_det_id => l_score_comp_det_rec.score_comp_det_id
2528: , p_last_update_date => sysdate
2529: , p_last_updated_by => FND_GLOBAL.USER_ID

Line 2663: IEX_SCORE_COMP_DET_PKG.Delete_Row(x_rowid => l_rowid);

2659: Close C_Get_Score_Comp_DET;
2660:
2661:
2662: -- Invoke table handler
2663: IEX_SCORE_COMP_DET_PKG.Delete_Row(x_rowid => l_rowid);
2664:
2665: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
2666: RAISE FND_API.G_EXC_ERROR;
2667: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN