DBA Data[Home] [Help]

APPS.CSTPCOIC dependencies on FND_CONCURRENT

Line 1045: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',error_msg);

1041: EXIT WHEN cur_uom_conv%NOTFOUND;
1042: END LOOP;
1043: CLOSE cur_uom_conv;
1044: error_msg := 'copy_to_interface(): Required Unit of Measure conversion rates are missing.';
1045: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',error_msg);
1046: RETURN(1); -- the calling program will rollback
1047:
1048: WHEN OTHERS THEN
1049: error_msg := 'copy_to_interface('||location||'): ' || SQLERRM(100);