DBA Data[Home] [Help]

APPS.IEX_SCORE_PVT dependencies on IEX_SCORE_COMPONENTS_PKG

Line 1179: IEX_SCORE_COMPONENTS_PKG.insert_row(

1175: WriteLog(l_msg || 'enabled='|| l_score_comp_rec.enabled_flag);
1176: WriteLog(l_msg || 'typeid='|| l_score_comp_rec.score_comp_type_id);
1177:
1178: -- Create Score Comp
1179: IEX_SCORE_COMPONENTS_PKG.insert_row(
1180: x_rowid => l_rowid
1181: , p_score_component_id => x_score_comp_id
1182: , p_last_update_date => sysdate
1183: , p_last_updated_by => FND_GLOBAL.USER_ID

Line 1415: IEX_SCORE_COMPONENTS_PKG.update_row(

1411: -- cannot update score_id ???
1412:
1413: WriteLog('iexvscrb:UpdScrComp: Update Row');
1414:
1415: IEX_SCORE_COMPONENTS_PKG.update_row(
1416: x_rowid => l_rowid
1417: , p_score_component_id => l_score_comp_rec.score_component_id
1418: , p_score_comp_weight => l_score_comp_rec.score_comp_weight
1419: , p_score_id => l_score_comp_rec.score_id

Line 1559: IEX_SCORE_COMPONENTS_PKG.Delete_Row(

1555:
1556: WriteLog('iexvscrb:Delete_Score_Comp=>Delete Row');
1557:
1558: -- Invoke table handler
1559: IEX_SCORE_COMPONENTS_PKG.Delete_Row(
1560: x_rowid => l_rowid);
1561:
1562: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
1563: RAISE FND_API.G_EXC_ERROR;