DBA Data[Home] [Help]

APPS.CSTPUMEC dependencies on FND_CONCURRENT

Line 1134: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',l_err_msg);

1130:
1131: fnd_file.put_line(fnd_file.log,'Updated '||to_char(SQL%ROWCOUNT)||' rows in cst_item_cost_details related to the shrinkage rate.');
1132:
1133: l_err_msg := 'Forcing shrinkage rate to 0';
1134: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',l_err_msg);
1135: end if;
1136: end if; -- end of based on rollup affecting shrinkage rate
1137:
1138: if (i_def_flag = 1 or i_def_flag = 3) then

Line 1219: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',l_err_msg);

1215: END LOOP;
1216: fnd_file.put_line(fnd_file.log,'');
1217:
1218: l_err_msg := 'Cannot update defaulted_flag to YES';
1219: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',l_err_msg);
1220: end if;
1221:
1222: end if;
1223:

Line 1315: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);

1311: when others then
1312: l_err_msg := 'CSTPUMEC.set_cost_controls - error in statement '||to_char(l_stmt_num)||': '|| substrb(SQLERRM,1,150);
1313: fnd_file.put_line(fnd_file.log,l_err_msg);
1314: fnd_file.put_line(fnd_file.log,'All changes rolled back.');
1315: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
1316: O_Err_Num := SQLCODE;
1317: O_Err_Msg := l_err_msg;
1318: ROLLBACK TO SAVEPOINT set_cost_controls_PUB;
1319: