DBA Data[Home] [Help]

APPS.IEX_SCORE_PVT dependencies on IEX_DEL_STATUSES

Line 1020: IEX_DEL_STATUSES_PKG.Delete_del_config(p_score_id);

1016:
1017: --
1018: -- delete del statuses
1019: WriteLog('iexvscrb:Delete_Score=>delete del statuses');
1020: IEX_DEL_STATUSES_PKG.Delete_del_config(p_score_id);
1021: WriteLog('iexvscrb:Delete_Score=>after delete del statuses');
1022: --
1023: -- End of API body
1024: --

Line 2718: * clchang updated 10/21/04 it should also copy data from iex_del_statuses;

2714: * new function to make a copy of scoring engine.
2715: * it will copy all score components, scoring filters,
2716: * and score component details for this scoring engine.
2717: *
2718: * clchang updated 10/21/04 it should also copy data from iex_del_statuses;
2719: *
2720: */
2721: Procedure Copy_ScoringEngine
2722: (p_api_version IN NUMBER := 1.0,

Line 2799: FROM IEX_DEL_STATUSES

2795: SCORE_VALUE_LOW,
2796: SCORE_VALUE_HIGH,
2797: DEL_STATUS,
2798: SCORE_ID
2799: FROM IEX_DEL_STATUSES
2800: WHERE SCORE_ID = IN_SCORE_ID;
2801: --
2802: l_SCORE_REC IEX_SCORE_PUB.SCORE_REC_TYPE;
2803: l_score_id NUMBER ;

Line 3199: IEX_DEL_STATUSES_PKG.Insert_Row_With_Defaults(

3195: LOOP
3196:
3197: BEGIN
3198: IEX_SCORE_PVT.WriteLog('iexvscrb:Copy_SE: Create SCORE_DEL_STATUSES ');
3199: IEX_DEL_STATUSES_PKG.Insert_Row_With_Defaults(
3200: x_rowid => l_row_id
3201: , p_score_value_low => d.score_value_low
3202: , p_score_value_high => d.score_value_high
3203: , p_del_status => d.del_status